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