Blogger Information
Blog 16
fans 0
comment 0
visits 12415
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
数据库增删改查-11月20日作业
wenbin0209
Original
1658 people have browsed it

创建数据表:地址簿

image.png



增删查改:

实例

新增数据到ls_addressbook表:
inster into `ls_addressbook`('id,user_id,name,tel,province,city,county,address,createtime,is_receiver,is_default')values('1,2,王刚,13546264354,广东省,广州市,海珠区,广州大厦1121,0,0,0');
删除数据:
delete from 'ls_addressboo' where id =1;
查找:
select * from 'ls_addressboo' where id =2;
更改:
update 'ls_addressboo' set name= '李刚' where id =1;

运行实例 »

点击 "运行实例" 按钮查看在线实例

手写:

image.png

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