Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6277/head
parent
67c2d19e72
commit
8a74c7da12
|
|
@ -82,7 +82,7 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
|
|||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"db": "DATABASE_NAME",
|
||||
"q": "SELECT * FROM system.last_caches",
|
||||
"q": "SELECT * FROM system.distinct_caches",
|
||||
"format": "json"
|
||||
}'
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue