Skip to content

Execute SQL

timfarr edited this page May 18, 2011 · 4 revisions

Execute SQL

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

Usage

executeSql = [some SQL]

Examples

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

Clone this wiki locally