Skip to content
Advertisement

doctrine not exists subquery

I have in a repository this code:

JavaScript

How can I get only rows where id not exists in another entity ??

Any help. Thanks

Advertisement

Answer

You can achieve it with something like this:

JavaScript

Hope this help

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