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/desc-transaction below:

DESCRIBE TRANSACTION | Snowflake Documentation

Reference SQL command reference Transactions DESCRIBE TRANSACTION DESCRIBE TRANSACTION

Describes the transaction, including the start time and the state (running, committed, rolled back).

DESCRIBE can be abbreviated to DESC.

See also:

CURRENT_TRANSACTION , LAST_TRANSACTION , BEGIN , COMMIT , ROLLBACK , SHOW TRANSACTIONS

Syntax
{ DESC | DESCRIBE } TRANSACTION <transaction_id>

Copy

Parameters
transaction_id

Specifies the identifier of the transaction to describe.

transaction_id must be a literal, not a session variable.

Usage notes Output

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

Column

Description

id

Unique identifier of the transaction.

user

The user ID of the user who ran the transaction.

session name

The ID of the user session in which the transaction was executed.

started_on

Date and time that the transaction was created.

state

The transaction’s completion status, e.g. committed, rolled back, or still running.

ended_on

Date and time that the transaction finished.

Examples
DESC TRANSACTION 1651535571261000000;

Copy


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