mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #50644 from ClickHouse/rfraposa-patch-3
Update nyc-taxi.md
This commit is contained in:
commit
1be026d33e
@ -75,7 +75,7 @@ SELECT
|
|||||||
payment_type,
|
payment_type,
|
||||||
pickup_ntaname,
|
pickup_ntaname,
|
||||||
dropoff_ntaname
|
dropoff_ntaname
|
||||||
FROM s3(
|
FROM gcs(
|
||||||
'https://storage.googleapis.com/clickhouse-public-datasets/nyc-taxi/trips_{0..2}.gz',
|
'https://storage.googleapis.com/clickhouse-public-datasets/nyc-taxi/trips_{0..2}.gz',
|
||||||
'TabSeparatedWithNames'
|
'TabSeparatedWithNames'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user