Source
Snowflake SQL API reference
Snowflake SQL API reference This topic documents the operations, requests, and responses for the SQL API. Operations POST /api/v2/statements To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. Y…
Executing SQL statements
Executing SQL statements Snowflake CLI lets you execute SQL queries, ad-hoc queries or files containing SQL queries, by using the snow sql command. To execute an ad-hoc query, run a command similar to the following: snow sql -q "SELECT * FR…