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