Created
September 18, 2014 12:08
-
-
Save PMeinshausen/feffd707471e071bd1df 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 EMAVG( | |
ON {table_name|view_name|(query)} | |
PARTITION BY partition_column | |
ORDER BY order_by_column | |
[COLUMNS('column_names')] | |
[RETURN_ALL('true'|'false')] | |
[START_ROWS('number')] | |
[ALPHA('alpha_value')] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment