From fed4d799fa37ce8c58128495b18830cf977096b8 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Wed, 3 Jul 2024 15:28:05 -0700 Subject: [PATCH] Update sql-queries.md removed a note tag and fixed line 326 Signed-off-by: Heather Halter --- _search-plugins/ubi/sql-queries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_search-plugins/ubi/sql-queries.md b/_search-plugins/ubi/sql-queries.md index 457039e71e..063fd55f04 100644 --- a/_search-plugins/ubi/sql-queries.md +++ b/_search-plugins/ubi/sql-queries.md @@ -174,13 +174,14 @@ select client_id, query_id, user_query, query_response_hit_ids, query_response_id, timestamp from ubi_queries where query_id = '7ae52966-4fd4-4ab1-8152-0fd0b52bdadf' ``` + The following table shows the results of the preceding query. + client_id|query_id|user_query|query_response_hit_ids|query_response_id|timestamp ---|---|---|---|---|--- a15f1ef3-6bc6-4959-9b83-6699a4d29845|7ae52966-4fd4-4ab1-8152-0fd0b52bdadf|notebook|0882780391659|6e92c90c-1eee-4dd6-b820-c522fd4126f3|2024-06-04 19:02:45.728 The `query` field in `query_id` has the following nested structure: -{: .note} ```json {