Reputation: 1
I'm wondering why only sometimes BigQuery SQL requires me to use back ticks around my project name.
For example:
FROM bigquery-public-data.fda_food.food_events
vs
FROM `bigquery-public-data.fda_food.food_events`
I guess the only difference is in one query I used a subquery and the other I did not. Could this be why?
Upvotes: 0
Views: 95