mysql删除数据不能带表名

delete  from revit_new_entity   where money<>'免费' 可以


delete  from revit_new_entity  t  where t.money<>'免费' 不行


 [SQL]delete  from revit_new_entity  t where t.money<>'免费'


[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't where t.money<>'免费'' at line 1


你可能感兴趣的:(mysql删除数据不能带表名)