Assign value to a variable in select statement in bigquery

Viewed 34

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

0 Answers
Related