Skip to content

Commit d2904df

Browse files
MeelahMeCopilot
andauthored
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Copilot <[email protected]>
1 parent 8a74c7d commit d2904df

File tree

1 file changed

+1
-1
lines changed
  • content/shared/influxdb3-admin/distinct-value-cache

1 file changed

+1
-1
lines changed

content/shared/influxdb3-admin/distinct-value-cache/show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
9999
-H "Content-Type: application/json" \
100100
-d '{
101101
"db": "DATABASE_NAME",
102-
"q": "SELECT * FROM system.last_caches WHERE name = '\''CACHE_NAME'\''",
102+
"q": "SELECT * FROM system.distinct_caches WHERE name = '\''CACHE_NAME'\''",
103103
"format": "json"
104104
}'
105105
```

0 commit comments

Comments
 (0)