您的位置: 首页 > IT文章 > sql语句的删除 SQL中delete * from 和 delete from 有什么区别? sql语句的删除 SQL中delete * from 和 delete from 有什么区别? 分类: IT文章 • 2025-01-16 22:36:08 在SQL Server中两者没有区别,但在Oracle和MySQL的SQL语句中,delete * from是不标准的语法,执行无法通过。