CREATE INDEX Invoice Key ON `Resd2` (`InvoiceNumber` ASC ) -ERROR- Syntax is incorrect for the command CREATE (2045)
If you change the command to this, it works: CREATE INDEX Invoice ON Resd2 (InvoiceNumber) This is using 7.6Bernie Lis
CREATE INDEX Invoice Key ON `Resd2` (`InvoiceNumber` ASC ) -ERROR- Syntax is incorrect for the command CREATE (2045)
If you change the command to this, it works: CREATE INDEX Invoice ON Resd2 (InvoiceNumber) This is using 7.6Bernie Lis