标签: sql sql-server
我有这个WHERE条款,我认为这个条款不容易被攻击:
WHERE
WHERE (CAST((100 - ((db_one.Field1 / db_two.Field2) * 100)) AS UNSIGNED)) < 80
我如何使这个可以攻击?