Home » Bigquery » Tutorials » Drop table function

BigQuery Drop table function

Deletes a table valued function

Drop table function example

DROP TABLE FUNCTION mydataset.my_table_function;

Syntax reference

DROP TABLE FUNCTION [IF EXISTS] [[project_name.]dataset_name.]function_name