Method Global:WorldDBExecute [-] [+]
Executes a SQL query on the world database.
The query may be executed asynchronously (at a later, unpredictable time). If you need to execute the query synchronously, use Global:WorldDBQuery instead.
Any results produced are ignored. If you need results from the query, use Global:WorldDBQuery instead.
WorldDBExecute("DELETE FROM my_table")
Synopsis
WorldDBExecute( sql )
Arguments
string sql
Query to execute.
Returns
Nothing.