what does this mean "Table "total_bikeshare" must be qualified with a dataset (e.g. dataset.table)." in sql

642 views Asked by At

I am trying the combine 12 months datasets into one table, i tried using CREATE TABLE function but i am getting below error-

Table "total_bikeshare" must be qualified with a dataset (e.g. dataset.table). Please help this understand what this means?

1

There are 1 answers

0
Kervin Soriano On

I'm doing the same data set and the one that did it for me is to change the format you used for the view as folder_name.data_set.view_name.

Same as this. gothic-victor-368405.trip_data.trip_data_2022