Home  >  Article  >  Backend Development  >  数据库删除表中的记录

数据库删除表中的记录

WBOY
WBOYOriginal
2016-06-23 13:32:57956browse

怎样删除id为3的记录啊?求语法和步骤


回复讨论(解决方案)

delete from user where id=3;

楼主还是去学学mysql的基础知识

delete from user where id=3;

楼主我觉得在发帖之前百度下更节约时间

楼上说的正解

mysql文档

delete from user where id=3;

delete from user where id=3;

delete from user where id=3;

20分也是分呐,楼主省着点用。。。。。

delete from user where id=3;

刚玩这东西,不懂,还望包含

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn