Rows has joined Superhuman. Learn more. The Superhuman Privacy Policy and Terms will apply as of June 16.

QUERY_REDSHIFT

Use SQL to query your Redshift tables.

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

Parameter List

Syntax
QUERY_REDSHIFT(querydatabase)
query

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

database

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

Examples

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