Commit c9d88d2
system.query_log table add query_tag column (#1639)
* system.query_log table add query_tag column
databendlabs/databend#17430
-- in session 1:
set session query_tag=query-tag1;
select xx from t;
select * from system.query_log where query_tag=query-tag1;
* add version and session tag example
---------
Co-authored-by: Eric <[email protected]>1 parent ee8b0fa commit c9d88d2
File tree
1 file changed
+31
-0
lines changed- docs/en/sql-reference/00-sql-reference/20-system-tables
1 file changed
+31
-0
lines changedLines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
8 | 38 | | |
9 | 39 | | |
10 | 40 | | |
| |||
20 | 50 | | |
21 | 51 | | |
22 | 52 | | |
| 53 | + | |
23 | 54 | | |
24 | 55 | | |
25 | 56 | | |
| |||
0 commit comments