How to check the Snowflake version

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

Sample results