A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/sql/show-versions-in-listing below:

Website Navigation


SHOW VERSIONS IN LISTING | Snowflake Documentation

SHOW VERSIONS IN LISTING

Lists and provides details of all listing versions.

See also:

CREATE LISTING, ALTER LISTING, DESCRIBE LISTING, DROP LISTING

Syntax
SHOW VERSIONS IN LISTING <name>
  [ LIMIT <rows> ]

Copy

Parameters
name

Specifies the listing identifier (name). If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case sensitive.

For more information, see Identifier Requirements.

LIMIT rows

Optionally limits the maximum number of rows returned, while also enabling “pagination” of the results. The actual number of rows returned might be less than the specified limit. For example, the number of existing objects is less than the specified limit.

Output

The output of the command includes the following columns, which describe the properties and metadata of the object:

Column

Description

created_on

Date and time the version was created.

name

The system generated name of the version.

alias

The user specified alias of the version.

location_url

Full URL of the version, against which stage operations can be performed.

is_default

Identifies the listing version that is published.

is_live

Identifies if the version is a live version of the listing.

is_first

Identifies if the version is the first listing version.

is_last

Identifies if the version is the last listing version.

comment

Optional comments for the listing version.

source_location_url

The source location URL where this version is created from.

git_commit_hash

The git commit hash, if the version is created from a git source.

Access control requirements Usage notes Examples

Show all versions of the MYLISTING listing:

SHOW VERSIONS IN LISTING MYLISTING

Copy

+-----------------------------------+------------------------------+------------------------------+-----------------------------------------------+--------------------+--------------------+--------------------+--------------------+---------------------------------------------+---------------------------------------+---------------------------------------+
|             created_on            |             name             |             alias            |                  location_uri                 |     is_default     |       is_live      |      is_first      |       is_last      |                   comment                   |          source_location_uri          |             git_commit_hash           |
+-----------------------------------+------------------------------+------------------------------+-----------------------------------------------+--------------------+--------------------+--------------------+--------------------+---------------------------------------------+---------------------------------------+---------------------------------------+
|   2025-01-08 11:18:39.921 -0800   |                              |                              |  snow://listing/MYLISTING/versions/live/      |        FALSE       |        TRUE        |        FALSE       |       FALSE        |                                             |            @listingstage              |                                       |
|   2025-01-08 11:18:24.550 -0800   |        VERSION$2             |                              |  snow://listing/MYLISTING/versions/version$2/ |        TRUE        |        FALSE       |        FALSE       |       TRUE         |                                             |            @listingstage              |                                       |
|   2025-01-08 11:17:32.894 -0800   |        VERSION$1             |                              |  snow://listing/MYLISTING/versions/version$1/ |        FALSE       |        FALSE       |        TRUE        |       FALSE        |                                             |            @listingstage              |                                       |
+-----------------------------------+------------------------------+------------------------------+-----------------------------------------------+--------------------+--------------------+--------------------+--------------------+---------------------------------------------+---------------------------------------+---------------------------------------+

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4