on (sendto) sendto,userid,text,timestamp from messages where userid = 1 order by sendto, timestamp DESC )union(select DISTINCT on (userid) userid,sendto,text,timestamp from messages where sendto = 1 order by userid, timestamp DESC )) as b order by sendto, timestamp DESC
) as bb order by timestamp desc
Добрый вечер, как сделать более эффективнее запрос ?
https://t.me/pgsql/303899
Напишите по-русски, что вы хотите выбрать?
Обсуждают сегодня