Any JDBC Driver for Google BigQuery Standard SQL

只谈情不闲聊 提交于 2020-05-29 11:07:19

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!