mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update ontime.md
This commit is contained in:
parent
7be278c9ff
commit
73c89e65e6
@ -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);
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user