CONNECTION_ID

Returns the unique connection ID of the current connection.

Syntax

CONNECTION_ID()

Return Type

Integer.

Example

SELECT CONNECTION_ID();
+-----------------+
| CONNECTION_ID() |
+-----------------+
|             171 |
+-----------------+

Last modified: February 24, 2023

Was this article helpful?