3
votes

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?

2
Be sure to mark answers as accepted (and potentially upvote them as well) when you ask questions on StackOverflow. People may not be motivated to answer future questions otherwise. And ignoring answers doesn’t motivate either! You have quite a number of questions (actually all of them) w/o any accepted one!Mikhail Berlyant

2 Answers

10
votes

The official JDBC driver for BigQuery should support all types of standard SQL queries.

1
votes

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