We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596a9dc commit e35b7dfCopy full SHA for e35b7df
bigquery/cloud-client/src/main/java/com/example/bigquery/SimpleApp.java
@@ -43,7 +43,7 @@ public static void main(String... args) throws Exception {
43
"SELECT "
44
+ "APPROX_TOP_COUNT(corpus, 10) as title, "
45
+ "COUNT(*) as unique_words "
46
- + "FROM `publicdata.samples.shakespeare`;")
+ + "FROM `bigquery-public-data.samples.shakespeare`;")
47
// Use standard SQL syntax for queries.
48
// See: https://cloud.google.com/bigquery/sql-reference/
49
.setUseLegacySql(false)
0 commit comments