mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
docs: sql-templating (#30337)
This commit is contained in:
committed by
GitHub
parent
186e75f9b2
commit
9b87ca9209
@@ -94,7 +94,7 @@ There is a special ``_filters`` parameter which can be used to test filters used
|
||||
```sql
|
||||
SELECT action, count(*) as times
|
||||
FROM logs
|
||||
WHERE action in {{ filter_values('action_type'))|where_in }}
|
||||
WHERE action in {{ filter_values('action_type')|where_in }}
|
||||
GROUP BY action
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user