is there an aggregate function in postgres that returns an array?
something like
SELECT ARRAY (name) FROM TABLE WHERE LAST = 'smith';
array
------------------
{{"sam"},{"mike"}}
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.