You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'"