sales_prior_period AS (LAG(sales) OVER (HIERARCHY time_hier OFFSET 1)), sales_year_ago AS (LAG(sales) OVER (HIERARCHY time_hier OFFSET 1 ACROSS ANCESTOR AT LEVEL year)), chg_sales_year_ago AS ...
grammars-v4 / sql / plsql / more-examples / create_audit_policy.sql Cannot retrieve latest commit at this time.