Skip to content

Instantly share code, notes, and snippets.

@PMeinshausen
Created September 18, 2014 17: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/f379363bb665d175ecaf to your computer and use it in GitHub Desktop.
Save PMeinshausen/f379363bb665d175ecaf to your computer and use it in GitHub Desktop.
--Syntax (version 1.1)
SELECT * FROM SMAVG(
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