1 line
84 B
MySQL
1 line
84 B
MySQL
|
CREATE INDEX itemLog_creationDate_IDX USING BTREE ON vn.itemLog (creationDate DESC);
|