Created
September 18, 2014 11:15
-
-
Save PMeinshausen/b94bebb64731887a6473 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 Path_Summarizer( | |
ON {table_name|view_name|(query)} | |
PARTITION BY expression [, ...] | |
[CNT('count_column')] | |
DELIMITER(',') | |
SEQ('sequence-column') | |
PARTITIONNAMES('partitionby-col-name' [, ...]) | |
HASH('true'|'false') | |
PREFIX('prefix-column') | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment