其他分享
首页 > 其他分享> > 22-5-6 接口练习(中)

22-5-6 接口练习(中)

作者:互联网

增加:

 "insert into test01 set ?"

image
image

删除

"delete from test01 where name = ?"

image
image

注意:这里的改绝对不是修改数据表的结构,用户没有这个权限。改只是在做更新用户对象的操作。
可参考:https://www.jb51.net/article/240255.htm#_lab2_0_5

"update test01 set grade=?,password=? where name = ?"

image
image

"select * from test01 where id = ?"

略过,些许包含在上文中

字段类型

字符串 varcahar(n)
数字 int

标签:set,name,22,练习,用户,接口,数据表,test01,where
来源: https://www.cnblogs.com/1998Archer/p/16227114.html