SSC-EWI-VT0002
Order by table option is not supported in Snowflake
Description
Code Example
Input Code:
CREATE TABLE metrics
(
metric_id INT,
business_unit VARCHAR(100),
metric_category VARCHAR(50) NOT NULL,
measurement_date DATE NOT NULL
)
ORDER BY measurement_date, business_unit, metric_category;Output Code:
Recommendations
Last updated
