Convert CONCATENATE and aggregate functions to it. Fix some bugs: - select sum(n) over (order by n2), sum(n) over (), n, n2 from x1; - select (select 1 from x1 b where list(1, a.n) = 1) from x1 a;