2 lines
100 B
MySQL
2 lines
100 B
MySQL
|
CREATE INDEX travel_landed_IDX USING BTREE ON vn.travel (landed DESC,warehouseInFk,warehouseOutFk);
|