Rumah >pangkalan data >tutorial mysql >MySQL中delete语句使用别名有关问题
MySQL中delete语句使用别名问题 delete from test a where a.id = '001';在mysql中报错delete a from test a where a.id = '001'; ?
MySQL中delete语句使用别名问题delete from test a where a.id = '001'; 在mysql中报错 delete a from test a where a.id = '001';
?