Created
September 29, 2014 03:06
-
-
Save PMeinshausen/9c535bc3da3577615a5f 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 VWAP( | |
ON {table_name | view_name | (query)} | |
PARTITION BY expression [, ...] | |
ORDER BY date_column | |
[PRICE('price_column')] | |
[VOLUME ('volume_column')] | |
[TIMEINTERVAL('number_of_seconds')] | |
[DT('date_column')] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment