MySQL中delete语句使用别名问题delete from test a where a.id 001在mysql中报错delete a from test
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';
?