Skip to content

Commit

Permalink
Update sql-queries.md
Browse files Browse the repository at this point in the history
One more table heading

Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter committed Jul 3, 2024
1 parent fed4d79 commit b8d9bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _search-plugins/ubi/sql-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ ubi-demo|33bd0ee2-60b7-4c25-b62c-1aa1580da73c|23f0149a-13ae-4977-8dc9-ef61c449c1

## List user sessions for users who logged out without submitting any queries

The following query searches for users who don't have an associated `query_id`. Note that this may happen if the client side does not pass the returned query to other events:
The following query searches for users who don't have an associated `query_id`. Note that this may happen if the client side does not pass the returned query to other events.

```sql
select
Expand All @@ -325,6 +325,8 @@ order by EventTotal desc

<!-- vale off -->

The following table shows the client ID, session ID, and that there was 1 event,`logout`.

client_id|session_id|EventTotal
---|---|---
100_15c182f2-05db-4f4f-814f-46dc0de6b9ea|1c36712c-44b8-4fdd-8f0d-fdfeab5bd794_1290|1
Expand Down

0 comments on commit b8d9bf6

Please sign in to comment.