数据库删除表中的记录

WBOY
Release: 2016-06-23 13:32:57
Original
958 people have browsed it

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


回复讨论(解决方案)

delete from user where id=3;
Copy after login
Copy after login
Copy after login

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

delete from user where id=3;

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

楼上说的正解

mysql文档

delete from user where id=3;
Copy after login
Copy after login
Copy after login

delete from user where id=3;

delete from user where id=3;

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

delete from user where id=3;
Copy after login
Copy after login
Copy after login

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template