📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

CONNECTION_ID



Returns the connection ID for the current connection.

Syntax

CONNECTION_ID()

Examples

SELECT CONNECTION_ID(); ┌──────────────────────────────────────┐ │ connection_id() │ ├──────────────────────────────────────┤ │ 23cb06ec-583e-4eba-b790-7c8cf72a53f8 │ └──────────────────────────────────────┘

Was this page helpful?