The queries below return the Snowflake version.
Query
select CURRENT_VERSION() as version;
Columns
- version - shows the version of Snowflake on which the query is run
Rows
- The query returns just one row
The queries below return the Snowflake version.
select CURRENT_VERSION() as version;