Loading lesson path
Concept visual
Start at both ends
Return the unique connection ID for the current connection:
SELECT CONNECTION_ID();The CONNECTION_ID() function returns the unique connection ID for the current connection.
CONNECTION_ID()
From MySQL 4.0
❮ MySQL Functions