---
title: "About the Query SQL field and SQL dialect"
slug: "about-the-query-sql-field-and-sql-dialect"
description: "Learn how to make sure that you queries to your BigQuery instance use the correct SQL dialect."
updated: 2026-05-06T11:31:24Z
published: 2026-05-06T13:34:26Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supermetrics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About the Query SQL field and SQL dialect

When querying data from your BigQuery instance to Google Sheets or Data Studio with our Google BigQuery data source connector, you might encounter issues with your queries.

By default, the connector uses legacy SQL. If your query isn't working as expected, set the dialect to standard SQL by adding the `#standardSQL` declaration on the first row of your SQL.
