VeloDB Cloud
SQL Reference
SQL Functions
Scalar Functions
System Functions
CONNECTION_ID

CONNECTION_ID

Description

Get the connection number of the current sql client.

Syntax

CONNECTION_ID()

Return Value

The connection number of the current sql client.

Examples

select connection_id();
+-----------------+
| connection_id() |
+-----------------+
|             549 |
+-----------------+