Created
September 18, 2014 11:30
-
-
Save PMeinshausen/4cacd81e23f66a08c208 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.2) | |
| SELECT * FROM Sessionize( | |
| ON {table_name | view_name | (query)} | |
| PARTITION BY expression [, ...] | |
| ORDER BY order_by_columns | |
| TIMECOLUMN ('timestamp_column') | |
| TIMEOUT (session_timeout_value) | |
| [RAPIDFIRE (min_human_click_lag)] | |
| [EMITNULL] | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment