Postgres + WITH sql
I'm trying to do the following sql:
It returns a list of missing ids in the database. I have it done like this:
Is there a way to do it more object friendly by using
db.$with
and db.with(name)....
? The presence of VALUES seems there might not be any helpers for this.0 Replies