Description
SparkSQL `exclude` always expects a following call to `()`, however, PgSQL `exclude` does not. Examples:
SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude no others), unique1, four FROM tenk1 WHERE unique1 < 10;
SparkSQL `exclude` always expects a following call to `()`, however, PgSQL `exclude` does not. Examples:
SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude no others), unique1, four FROM tenk1 WHERE unique1 < 10;