Skip to content

Commit 7140e46

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/distinct-value-cache/query.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 5419f10 commit 7140e46

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/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
4444
-H "Content-Type: application/json" \
4545
-d '{
4646
"db": "DATABASE_NAME",
47-
"q": "SELECT * FROM last_cache('\''TABLE_NAME'\'', '\''CACHE_NAME'\'')",
47+
"q": "SELECT * FROM distinct_cache('\''TABLE_NAME'\'', '\''CACHE_NAME'\'')",
4848
"format": "json"
4949
}'
5050
```

0 commit comments

Comments
 (0)