I am trying to run simple query on Google Bigquery. But each time when I run the query SELECT COUNT(totals.visits) FROM 122443995.ga_sessions_20160817 I get following error
Encountered " "FROM" "FROM "" at line 1, column 29. Was expecting: <EOF>
What could be the possible error in the query syntax?