1 line
94 B
MySQL
1 line
94 B
MySQL
|
CREATE INDEX invoiceInLog_creationDate_IDX USING BTREE ON vn.invoiceInLog (creationDate DESC);
|