Outdated Version

You are viewing an older version of this section. View current production version.

CONNECTION_ID

Returns the unique connection ID of the current connection.

Syntax

CONNECTION_ID()

Return Type

Integer.

Example

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