Brief one-line description of what this query does
Explain the business use case or why this query exists.
| Parameter | Type | Description | Example |
|---|---|---|---|
param_name |
TYPE | What it filters | 'example' |
Delete this section if no parameters.
SELECT
column1,
column2
FROM table_name
WHERE condition = 'value'
[[AND {{optional_filter}}]];| Column | Type | Description |
|---|---|---|
column1 |
TEXT | What this column contains |
Returns detailed list when clicking through from the main query.
SELECT * FROM ...| Column | Type | Description |
|---|---|---|
column1 |
TEXT | What this column contains |
- Any important context, gotchas, or assumptions
- Performance considerations
- Hardcoded values to update (e.g.,
facility_id = 2)
Last updated: YYYY-MM-DD