Parameterized Database Query: no result port

Hello,

I am missing the no result port of the Parameterized Database Query node.
Is there an easy way to find out for which entries I get no results from my DB query node?
I am using a left join between the input and output of my DB node and then check the missing values of the field(s) I looked for in my DB query.

Thanks for your help,

Claude.

Hi,
can you add another Parameterized Database Query node with almost the same queries, but with a COUNT(*) instead of the column selection?
Kind regards
Alexander

1 Like

Hi,
Yes I can add it but I still need the join and the row splitter. But this gives me the idea to use the Include empty results option of the Parameterized Database Query node. So that I then only need my raw splitter.
Thank you for your help.

Best regards,

Claude.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.