I am learning sqldeveloper slowly and I know how to filter based on a single matching string: just copy/paste the string you would like to match, or double click on it if you are lucky.
Now I would like to query based on two different strings, let's say 'ABC' or 'DEF', how would one do that in the 'Filter' option (right click on column) ?
In fact the solution was simple, you need to use the 'Filter:' text box. Instead I was using the left click or right click + filter on a column.
So the solution was simply to put a SQL predicate in the text box:
references:
Using SQL Developer filter you can implement boolean expression like you can do in a Where clause.
For example:
Filter: TASK_ID='100000001' OR TASK_ID='100000002'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With