Skip to content Skip to sidebar Skip to footer
Showing posts with the label Legacy Sql

Bigquery: Error In Split() Returns

I have a table TabA in BigQuery which has a column ColA and the column ColA has the following struc… Read more Bigquery: Error In Split() Returns

Big Query - Create A Table/view From A Temp Table

We have a query in Big Query like below CREATE temp table ttt as ( SELECT * FROM TABLE ); EXECUT… Read more Big Query - Create A Table/view From A Temp Table