Relation column search
I have the following column:
I know this is propably a bit of a stretch, but i would like this to work, instead i'm getting this error:
https://flareapp.io/share/dPbWEeX7
I know this is propably a bit of a stretch, but i would like this to work, instead i'm getting this error:
https://flareapp.io/share/dPbWEeX7
Flare
SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "person"
LINE 1: ... "children"."person_id" = "people"."id" and lower(person.fir...
^ (Connection: pgsql, SQL: select count(*) as aggregate from "children" where (exists (select * from "people" where "child...
LINE 1: ... "children"."person_id" = "people"."id" and lower(person.fir...
^ (Connection: pgsql, SQL: select count(*) as aggregate from "children" where (exists (select * from "people" where "child...