Skip to content
Advertisement

Exclude from resultset based on condition

Given the following table FOO;

How can I select all the records except where org = Y and status = CLOSED

So the resultset looks like:

Advertisement

Answer

You can do this either of these ways:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement