ODBC guide

DROP table (if exists) / other DDL (Native SQL)


Native SQL — the SQL runs on the BigQuery side (server-side). Prefix with #DirectSQL to use this mode. Runs a DDL statement such as DROP TABLE IF EXISTS.

#DirectSQL
DROP TABLE IF EXISTS Myproject.Mydataset.Mytable