1 line
89 B
MySQL
1 line
89 B
MySQL
|
CREATE INDEX bufferLog_creationDate_IDX USING BTREE ON srt.bufferLog (creationDate DESC);
|