Hi everyone,
I want to get all the rows where A=1, A=2. The query is very simple but I'm not sure why there is no output. I guess is the problem of the format for column A but I'm not sure what should I change in my formula so that the formula can work. Appreciate any help or advice!


=QUERY(A3:C,"Where A matches '1|2'",0), orQUERY(A3:C,"Where A matches '[12]'",0)