mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
for multy-delete command used same algorithm of table reference (alias)
This commit is contained in:
@ -244,7 +244,7 @@ select * from t2;
|
||||
n d
|
||||
1 30
|
||||
1 30
|
||||
DELETE t1, t2 FROM t1 a,t2 b where a.n=b.n;
|
||||
DELETE a, b FROM t1 a,t2 b where a.n=b.n;
|
||||
select * from t1;
|
||||
n d
|
||||
3 2
|
||||
|
Reference in New Issue
Block a user