Created
September 29, 2014 03:07
-
-
Save PMeinshausen/f89d11f1df0026d6f8a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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