Mark Harrison wrote: > select * from nameq where serial = (select min(serial) from nameq); > You might also want to try this as: select * from nameq where serial = (select serial from nameq order by serial asc limit 1); and see if runs faster. Ron
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных