Skip to content

Support DELETE FROM t USING #299

Open
@hfhbd

Description

@hfhbd

Dialect

MySQL, PostgreSQL

Failing SQL

DELETE FROM t USING a WHERE a.id = t.id;

Description

Unfortunately, this is not a valid ANSI SQL statement, but many vendors accept this:
MySQL: https://dev.mysql.com/doc/refman/5.7/en/delete.html
PostgreSQL: https://www.postgresql.org/docs/current/sql-delete.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions