nidomiro
DTDrizzle Team
•Created by nidomiro on 10/15/2024 in #help
[SOLVED] invalid reference to FROM-clause entry for table
Hi all,
I'm trying to fetch data with some joins from a postgres db.
My query looks like this:
But I always get the error
invalid reference to FROM-clause entry for table "sisu_board"
. If I remove the complete exists
check the error disappears, but I need that check.
What am I doing wrong?2 replies