Skip to content

Execute SQL

Gavin Bunney edited this page Mar 3, 2011 · 4 revisions

Execute SQL

Executes some arbitrary SQL. Uses the database defined within the madcow.database.properties file.

Usage

executeSql = [MADCOW:some SQL]

Examples

executeSql = "update user set enabled = false where username = 'testUser'"

Clone this wiki locally