Skip to content

Notice - Undefined index: ORDER BY #249

@williamdes

Description

@williamdes

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions