Skip to content

Instantly share code, notes, and snippets.

@PMeinshausen
Created September 29, 2014 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PMeinshausen/f89d11f1df0026d6f8a6 to your computer and use it in GitHub Desktop.
Save PMeinshausen/f89d11f1df0026d6f8a6 to your computer and use it in GitHub Desktop.
--Syntax (version 1.1)
SELECT * FROM WMAVG(
ON {table_name|view_name|(query)}
PARTITION BY partition_column
ORDER BY order_by_column
COLUMNS('column_names')
RETURN_ALL('true'|'false')
WINDOW_SIZE('window_size')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment