We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原 sql 语句:
select col from tb where id=1; # comment select col from tb; insert into tb values (1)
结果:
★ ★ ★ ★ ★ 100分
SELECT col FROM tb WHERE id= 1
SELECT col FROM tb; INSERT into tb VALUES (1)
The text was updated successfully, but these errors were encountered:
d23dfdb
No branches or pull requests
原 sql 语句:
结果:
Query: 71A4589327B62D50
★ ★ ★ ★ ★ 100分
OK
Query: 8DB67A30B27DA85A
★ ★ ★ ★ ★ 100分
OK
The text was updated successfully, but these errors were encountered: