问题
I need a JDBC driver to connect my application to Google BigQuery. I tried CData JDBC driver, but it did not support all types of Standard SQL queries. Are there any other complete options?
回答1:
The official JDBC driver for BigQuery should support all types of standard SQL queries.
回答2:
Are there any other complete options?
You can use Query Prefix #standardSQL
to force use of Standard SQL
See more details in Setting a query prefix
来源:https://stackoverflow.com/questions/40538737/any-jdbc-driver-for-google-bigquery-standard-sql