1 line
85 B
MySQL
1 line
85 B
MySQL
|
CREATE INDEX ACLLog_creationDate_IDX USING BTREE ON salix.ACLLog (creationDate DESC);
|