在SQL Server中两者没有区别,但在Oracle的SQL语句中,delete * from是不标准的语法,执行无法通过。 Oracle下执行delete from语句(成功): Oracle下执行delete * from语句(失败):