We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77386b commit bb9ee09Copy full SHA for bb9ee09
1 file changed
examples/scratch/README.md
@@ -79,6 +79,9 @@ select * from ice.`nyc.taxis` limit 10 FORMAT CSVWithNamesAndTypes;
79
80
select count(*) from ice.`btc.transactions`;
81
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;
85
```
86
87
> The datasets used above:
0 commit comments