Hi,
I am trying to write a statement like:
Select * From ABC
However, when I test the query, I get an error:
Field "XYZ" is 0 length.
Is there a way to select all fields except "XYZ" without manually selecting them all using the visual query builder?