Skip to content

Support FROM clause for UPDATE and DELETE statements #100

@slavaavr

Description

@slavaavr

Hi! Is any option to create such query as:

update table1 set a=table2.b
from table2
where table1.id = table2.fk_id

for postgres db?
What do you think about adding this feature? If you don't mind, I may help with the implementation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions