blob: 9ed8944d2bb6c24f8bac4e6a51de3284a1041cd7 [file] [log] [blame]
EXPLAIN
SELECT x.key, x.value as v1, y.* FROM SRC x JOIN SRC y ON (x.key = y.key) CLUSTER BY key;