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

2022/5/6 6:14:25

本文主要是介绍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



这篇关于22-5-6 接口练习(中)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程