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.