Update ontime.md

This commit is contained in:
Alexey Milovidov 2022-05-29 06:31:15 +03:00 committed by GitHub
parent 7be278c9ff
commit 73c89e65e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ CREATE TABLE `ontime`
`Div5LongestGTime` Int16,
`Div5WheelsOff` Int16,
`Div5TailNum` LowCardinality(String)
) ENGINE = ReplicatedMergeTree
) ENGINE = MergeTree
ORDER BY (Year, Quarter, Month, DayofMonth, FlightDate, IATA_CODE_Reporting_Airline);
```