QUERY_MYSQL

Use SQL to query your MySQL tables.

icon of MySQLMySQL
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
QUERY_MYSQL(querydatabase)
query

The SQL query to apply. For example: "select * from users".

database

The name of the database. For example: "acme".

Examples

QUERY_MYSQL("SELECT name, email, phone FROM `users`", "analytics", "admin") returns a list with name, email, and phone from the table users in the database analytics