Overview
Execute multiple SQL statements separated by;. Unlike UNION/error-based, stacked queries can run INSERT, UPDATE, DELETE, and administrative commands. Not all databases/drivers support this.
Stacked queries SQL injection: execute multiple statements to modify data, create users, and gain RCE.
;. Unlike UNION/error-based, stacked queries can run INSERT, UPDATE, DELETE, and administrative commands. Not all databases/drivers support this.