ODBC guide

Call stored procedure (Native SQL)


Native SQL — the SQL runs on the BigQuery side (server-side). Prefix with #DirectSQL to use this mode. Runs a BigQuery stored procedure with parameters; example assumes a procedure usp_GetData in TestDataset.

#DirectSQL
CALL TestDataset.usp_GetData(1)