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