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