-9718 Union All Select 34,34,34,34,34,34,34,34,34,34# -
: Ensure the database user account has the bare minimum permissions necessary to function.
: The repeated "34" is used to determine the number of columns required by the original query. If the number of values (in this case, ten) doesn't match the original table's columns, the database will return an error. -9718 UNION ALL SELECT 34,34,34,34,34,34,34,34,34,34#
The phrase you provided, -9718 UNION ALL SELECT 34,34,34,34,34,34,34,34,34,34# , is a classic example of , a technique used to probe a database for vulnerabilities. Understanding the Syntax : Ensure the database user account has the