Drop Table Statement in Google BigQuery
To drop a table in Google BigQuery:
drop table datasetname.tablename;
To remove all the rows in a Google BigQuery table:
Truncate table datasetname.tablename;
mCollins
posted on 26 Jan 21Enjoy great content like this and a lot more !
Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds
Post Comment