Query
From UBot Studio
(Difference between revisions)
(Created page with "$Query is a Database Command. - This command is used for running a query against a database. - It is only usable inside of a connect to database Command...") |
Revision as of 23:25, 5 December 2012
$Query is a Database Command.
- This command is used for running a query against a database. - It is only usable inside of a connect to database Command. - No results are returned from running this command, so it can be used for INSERT/UPDATE/DELETE queries. - The Query parameter is used for typing your SQL query such as DELETE FROM table_name;