Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 223 Bytes

connections.md

File metadata and controls

22 lines (19 loc) · 223 Bytes

Connections

List connections

SELECT
      *
FROM
      STL_CONNECTION_LOG
ORDER BY
      recordtime DESC;

List sessions

SELECT
      *
FROM
      STL_SESSIONS
ORDER BY
      starttime DESC;