SQL查讯
select * from users where id=1;
select + 列表( *表示所有 )from + 条件;
union(条件):联合查讯
group by:分组(可以用于判断数据表列数)
SQL注入基础顺
2023-04-21