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