本系列博客汇总在这里:MySql 汇总


一、MySQL 的删除必须要有 from 二、delete 后面不能有 * 三、不能使用别名
delete from wyx_user  where user_id = 1;

如有错误,欢迎指正!