Derived tables for Postgres
Hi, I am trying to do a bulk update like this:
I found that UpdateQueryBuilder supports update joins with
Thanks!
I found that UpdateQueryBuilder supports update joins with
from method, but I couldn't find how to create derived tables like in the pure SQL shown above.Thanks!