1 Answers
Hi Arvind,
It looks like the table name is inside single quotes, so BigQuery thinks it’s a string. The table name should be enclosed in backticks instead.
See: https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical
Hope this helps!