Skip to content

Mysql multi-table deletes is not supported #854

Closed
@AviRaboah

Description

@AviRaboah

The following query is not supported -

DELETE t1, t2 FROM t1 INNER JOIN t2 INNER JOIN t3
WHERE t1.id=t2.id AND t2.id=t3.id;

got - ParserError("Expected FROM, found: t1")

is this query are going to be supported near future ?

thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions