Method Global:PlayerbotsDBExecute [-] [+]
Executes a SQL query on the playerbots database.
The query may be executed asynchronously (at a later, unpredictable time). If you need to execute the query synchronously, use Global:PlayerbotsDBQuery instead.
Any results produced are ignored. If you need results from the query, use Global:PlayerbotsDBQuery or Global:PlayerbotsDBQueryAsync instead.
PlayerbotsDBExecute("DELETE FROM playerbots_random_bots WHERE owner = 0")
Synopsis
PlayerbotsDBExecute( sql )
Arguments
string sqlQuery to execute.
Returns
Nothing.