Query Failed Error: Views cannot be queried through prefix. Partial list of the matched views are
问题 I am trying to query a dataset with multiple tables and equivalent views. I am trying to query just the tables using _table_suffix, but it returns an error "Query Failed Error: Views cannot be queried through prefix. Partial list of the matched views-......" I cannot remove the views from the dataset. Is there a way to query the tables only and ignore the views? SELECT COUNT(*), _table_suffix, DATE(created) FROM `dataset.viewed_*` WHERE _table_suffix like '%_page' 回答1: Your options are: