MySQL中delete语句使用别名问题
delete from test a where a.id = '001';在mysql中报错delete a from test a where a.id = '001';
?