-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Undefined index: ORDER BY
Execute:
CREATE TABLE sale_mast (bill_no INT NOT NULL, bill_date TIMESTAMP NOT NULL,
cust_code VARCHAR(15) NOT NULL, amount DECIMAL(8,2) NOT NULL)
PARTITION BY RANGE (UNIX_TIMESTAMP(bill_date))(
PARTITION p0 VALUES LESS THAN (UNIX_TIMESTAMP('2013-04-01')),
PARTITION p1 VALUES LESS THAN (UNIX_TIMESTAMP('2013-07-01')),
PARTITION p2 VALUES LESS THAN (UNIX_TIMESTAMP('2013-10-01')),
PARTITION p3 VALUES LESS THAN (UNIX_TIMESTAMP('2014-01-01')));
- Go to table, expand 'partitions'
- Click on optimize
| Param | Value |
|---|---|
| Error Type | Notice |
| Error Message | Undefined index: ORDER BY |
| Exception Type | php |
| phpMyAdmin version | 4.8.6-dev |
| Incident count | 212 |
| Link | Report#56905 |
This comment is posted automatically by phpMyAdmin's error-reporting-server.