3 lines
99 B
SQL
3 lines
99 B
SQL
CREATE INDEX idx_daily_mileage_open_latest
|
|
ON vehicle_daily_mileage(vin, protocol, stat_date);
|