{keyword} Union All Select Null,null,null,null,null,null-- Gojb Today
: The database executes: SELECT col1, col2, col3, col4, col5, col6 FROM products WHERE name = '' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL--' .
: Any code that was supposed to follow the input (like a closing quote or a WHERE clause) is ignored by the database, preventing syntax errors that would break the injection. 5. GoJB : The database executes: SELECT col1, col2, col3,
: For a UNION to work, the second query must have the exact same number of columns as the first query. 3. SELECT NULL,NULL,NULL,NULL,NULL,NULL : The database executes: SELECT col1