1 line
92 B
MySQL
1 line
92 B
MySQL
|
CREATE INDEX supplierLog_creationDate_IDX USING BTREE ON vn.supplierLog (creationDate DESC);
|