Skip to content

Commit bb9ee09

Browse files
committed
Add flowers.iris_no_copy ClickHouse query to scratch example
1 parent f77386b commit bb9ee09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/scratch/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ select * from ice.`nyc.taxis` limit 10 FORMAT CSVWithNamesAndTypes;
7979

8080
select count(*) from ice.`btc.transactions`;
8181
select * from ice.`btc.transactions` limit 10 FORMAT CSVWithNamesAndTypes;
82+
83+
select count(*) from ice.`flowers.iris_no_copy`;
84+
select * from ice.`flowers.iris_no_copy` limit 10 FORMAT CSVWithNamesAndTypes;
8285
```
8386

8487
> The datasets used above:

0 commit comments

Comments
 (0)