Hello, I would like to ask for small help about my query.
SELECT H, F, G, C, D, E, W WHERE I = “-”
Currently, I am able to export my columns if in column I is -. But I would like more conditions there and operator OR doesn’t work as I expected from SQL. I tried many options with parentheses but without success, bellow you can find the query what I would like to have.
SELECT H, F, G, C, D, E, W WHERE I = “-” OR “x” OR “X”
Thanks for help