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:

  1. In the RESULT NAME field, enter the Name under which to save the result in parameters, example: statusVar
  2. In the CONNECTION field, enter the Connection(same name as CONTEXT ID in MySQLI connection context element) to use for executing queries, example: TestDatabase
  3. In the QUERY field, enter the SQL query to execute, example: SELECT * FROM `users`