Skip to content
Advertisement

Filter table to leave out specific rows

I have the table

and now I want to list every ProjectName where there is no specified Leader like this:

Right now I only know how to filter all ProjectNames with Leaders, but not the way to filter them the other way!

Any help is appreciated 🙂

Advertisement

Answer

One way to do it is with aggregation and the condition in the HAVING clause:

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