mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Update skills/snowflake-semanticview/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -37,8 +37,8 @@ SELECT * FROM SEMANTIC_VIEW(
|
|||||||
my_semview_name
|
my_semview_name
|
||||||
DIMENSIONS customer.customer_market_segment
|
DIMENSIONS customer.customer_market_segment
|
||||||
METRICS orders.order_average_value
|
METRICS orders.order_average_value
|
||||||
)
|
)
|
||||||
ORDER BY customer_market_segment;
|
ORDER BY customer_market_segment;
|
||||||
```
|
```
|
||||||
|
|
||||||
11. Clean up any temporary semantic view created during validation.
|
11. Clean up any temporary semantic view created during validation.
|
||||||
|
|||||||
Reference in New Issue
Block a user