Convert Single Value Rows to Array in Postgres

Posted by yhuang
Public (Editable by Users)
SQL
None
Edit
select array(select id from some.table);