I have a column that contains strings like this '0 0PAA01 CF101 -S07'. I have some records in the database and when I tried to retrieve it using BigQuery the query is not returning records. I am doing select * from table where column='0 0PAA01 CF101 -S07'
Is a BigQuery Problem?