sql注入 小白入门学习笔记(一)

首先介绍几个英文单词: schema:数据库 table:表 column:列 / 字段 常用的函数: select就不说了,不会的建议去菜鸟教程看 insert into 表名 name(字段名1,字段名2…) values(值1,值2…) update 表名 set 字段名 = 更新后的值 where 选择条件 delete from 表名 where 选择条件 limit 偏移量,操作个数
相关文章
相关标签/搜索