sql注入 小白入門學習筆記(一)

首先介紹幾個英文單詞: schema:數據庫 table:表 column:列 / 字段 常用的函數: select就不說了,不會的建議去菜鳥教程看 insert into 表名 name(字段名1,字段名2…) values(值1,值2…) update 表名 set 字段名 = 更新後的值 where 選擇條件 delete from 表名 where 選擇條件 limit 偏移量,操作個數
相關文章
相關標籤/搜索