MySQL query
Perform an SQL query via a connection.
When to use?
When we want to Perform an SQL query via a connection and get the results.
How to use:
- In the RESULT NAME field, enter the Name under which to save the result in parameters, example: statusVar
- In the CONNECTION field, enter the Connection(same name as CONTEXT ID in MySQLI connection context element) to use for executing queries, example: TestDatabase
- In the QUERY field, enter the SQL query to execute, example: SELECT * FROM `users`