1 line
86 B
MySQL
1 line
86 B
MySQL
|
CREATE INDEX entryLog_creationDate_IDX USING BTREE ON vn.entryLog (creationDate DESC);
|