四、如何进行SQL注入攻击?
1、数字注入(在整个SQL语句中含有数字的)
sql注入的方式
数字注入
select * from 表名 where id = -1 or 1=1 会导致表中所有的数据都被查出来。