mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #60697 from peter279k/correct_covid19_column
Correct the COVID-19 open dataset date column type
This commit is contained in:
commit
389d39cdc4
@ -28,7 +28,7 @@ The CSV file has 10 columns:
|
||||
|
||||
```response
|
||||
┌─name─────────────────┬─type─────────────┐
|
||||
│ date │ Nullable(String) │
|
||||
│ date │ Nullable(Date) │
|
||||
│ location_key │ Nullable(String) │
|
||||
│ new_confirmed │ Nullable(Int64) │
|
||||
│ new_deceased │ Nullable(Int64) │
|
||||
|
Loading…
Reference in New Issue
Block a user