Top "Google-bigquery" questions

Google BigQuery is a Google Cloud Platform product providing serverless queries of petabyte-scale data sets using SQL.

How to Pivot table in BigQuery

I am using Google Big Query, and I am trying to get a pivoted result out from public sample data …

google-bigquery
Support UNION function in BigQuery SQL

BigQuery does not seem to have support for UNION yet: https://developers.google.com/bigquery/docs/query-reference (I don't mean …

sql google-bigquery union
What is Google's Dremel? How is it different from Mapreduce?

Google's Dremel is described here. What's the difference between Dremel and Mapreduce?

hadoop mapreduce google-bigquery abstraction
How to convert Timestamp to Date Data Type in Google Bigquery

I am trying to convert Timestamp data type columns to Date datatype using: bq query -q --destination_table=NEW_DATE_…

google-bigquery
Truncate a table in GBQ

I am trying to truncate an existing table in GBQ but the below command fails when I run it. Is …

google-bigquery
How to use regex in Bigquery

I am unable to apply a proper regex on customtarget column in bigquery. With normal MSSQL: SELECT * from mytable where …

regex google-bigquery legacy-sql
Indexes on BigQuery Table

I have a use case in which we have a few tables in BigQuery. Now I want to implement an …

cloud google-bigquery
How do I find elements in an array in BigQuery

I am trying to search for a row that has certain key value pairs in an array. A row in …

sql google-bigquery
Select All Columns Except Some in Google BigQuery?

Is there a way to Select * except [x,y,z column names] in BigQuery? I see some solutions for MySQL …

google-bigquery
Setting Big Query variables like mysql

what is the bigquery equivalent to mysql variables like? SET @fromdate = '2014-01-01 00:00:00', -- dates for after 2013 @todate=…

mysql google-bigquery