I need to assign value to a variable using select statement in big query
SELECT @RowCnt = COUNT(*) FROM Cities
This works with sql server but not with bigquery
I need to assign value to a variable using select statement in big query
SELECT @RowCnt = COUNT(*) FROM Cities
This works with sql server but not with bigquery