I am new to Google BigQuery. I need help with the query error:
\"Encountered \" \"WITH\" \"with \"\" at line 1, column 1. Was expecting: EOF\"
We also getting the same exception while running the query via Java SDK, to fix it we passed table name like `project_id.dataset_id.table`
`project_id.dataset_id.table`