Query with Results
From UBot Studio
$Query with Results is a Database Command.
- This command is used for running a query against a database and returning the results into a table. - It is only usable inside of a connect to database Command. - The Query parameter is used for typing your SQL query such as SELECT * FROM table_name; - The Table parameter is used for defining the table where the results of your query will be stored.