Mysql中,以下哪种删除sql命令是错误的?
Delete from table1 where status=2
Delete from table1 a where a.status=2
Delete a from table1 a where a.status=2
truncate table table1