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