I am new to Google BigQuery. I need help with the query error:
\"Encountered \" \"WITH\" \"with \"\" at line 1, column 1. Was expecting: EOF\"
To access BQ using Terminal command:
For Ignoring these cases: "Encountered", "WITH", "with" at line 1, column 1. "Was expecting: EOF"
Use: --use_legacy_sql=false
Normal Query example from the terminal:
bq query --use_legacy_sql=false 'SELECT * from `table_name` where published_date >= "2020-05-05" limit 10;'