Learn how to use the BigQuery slash command to analyze data in the cloud
The /bigquery
command enables you to manage and analyze large datasets in Google BigQuery. Perfect for:
Use the command to interact with BigQuery:
BigQuery supports standard SQL:
SELECT
, FROM
, WHERE
GROUP BY
, ORDER BY
JOIN
, UNION
Use fully qualified names:
project.dataset.table
dataset.table
(uses default project)`my-project.my_dataset.table`
LIMIT
to preview datatotalBytesProcessed
for query costsuseLegacySql: false
for standard SQLLearn how to use the BigQuery slash command to analyze data in the cloud
The /bigquery
command enables you to manage and analyze large datasets in Google BigQuery. Perfect for:
Use the command to interact with BigQuery:
BigQuery supports standard SQL:
SELECT
, FROM
, WHERE
GROUP BY
, ORDER BY
JOIN
, UNION
Use fully qualified names:
project.dataset.table
dataset.table
(uses default project)`my-project.my_dataset.table`
LIMIT
to preview datatotalBytesProcessed
for query costsuseLegacySql: false
for standard SQL