首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

MySQL中delete语句使用别名有关问题

2013-12-09 
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';

?

热点排行