Skip to content

Execute SQL

timfarr edited this page May 18, 2011 · 4 revisions

Execute SQL

Executes some arbitrary SQL. Please note that a database configuration needs to be defined within the madcow.database.properties file - see Configuration for more details on setting up this file.

Usage

executeSql = [some SQL]

Examples

executeSql = "update user set enabled = false where username = 'testUser'"
Clone this wiki locally