Hello out there,
I'm looking for a filter condition in the object view. If I look at the data for a table I'd like to see only some of the rows.
In SQL Developer I could use a free text filter condition like
column1 in ('RED','BLUE','WHITE') and column2 < 5
How can I achieve this in the VS Code extension?
I have only the “Equals” operator but adding multiple filters seem to be connected with “AND” whereas I need “OR”.
Or did I overlook the possibility to enter free text filters?