Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Filter conditions in table view

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?

Comments
Post Details
Added on Sep 12 2024
2 comments
61 views