[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
What am I doing wrong?
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?