QUERY_SNOWFLAKE

Use SQL to query your Snowflake databases, schemas and views.

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

Parameter List

Syntax
QUERY_SNOWFLAKE(querydatabase)
query

The SQL query to apply. For example: "select * from analytics.monthly-sales".

database

The name of the Snowflake database. For example: "acme-prod".

Examples

QUERY_SNOWFLAKE("SELECT name, email, phone FROM `public.users`", "acme-prod") returns a list with name, email, and phone from the table users in the schema public