1 line
88 B
MySQL
1 line
88 B
MySQL
|
CREATE INDEX workerLog_creationDate_IDX USING BTREE ON vn.workerLog (creationDate DESC);
|