Blogger Information
Blog 36
fans 1
comment 0
visits 28822
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月20日数据库常用操作语句-九期线上班
WJF
Original
559 people have browsed it

数据库增删查改(手写)


增加
  1. INSERT INTO `user` (`name`, `pass`)
  2. VALUES ('YHM','123456');
删除
  1. DELETE FROM `user`
  2. WHERE id = 5
查询
  1. SELECT `name`,`pass` FROM `user`
  2. WHERE id > 10
修改
  1. UPDATE `user` SET `name`='name6'
  2. WHERE id= 10


创建数据表,每张表有10个字段(截图)



Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post