Files
lingniu-vehicle-ingest/vehicle-data-platform/deploy/migrations/040_open_mileage_latest_lookup.sql
2026-07-27 16:46:15 +08:00

3 lines
99 B
SQL

CREATE INDEX idx_daily_mileage_open_latest
ON vehicle_daily_mileage(vin, protocol, stat_date);