blob: ba3ef05d3a75a0a23194db7821b561060a32d370 [file] [log] [blame]
select *, avg(a1) over() from t1 order by avg(a1) over();