blob: cf6352c47d7eb29711d10afdba8187179a76f2b3 [file] [log] [blame]
CREATE TABLE T1(a STRING, b STRING, c STRING);
-- Expression 'a' is not in GROUP BY clause
SELECT a FROM T1 GROUP BY b GROUPING SETS (b);