join from array or cursor

Поиск
Список
Период
Сортировка
От John DeSoi
Тема join from array or cursor
Дата
Msg-id A726A00E-857A-4B29-8AC5-BCDB8CB48B57@pgedit.com
обсуждение исходный текст
Ответы Re: join from array or cursor
Re: join from array or cursor
Список pgsql-general
Suppose I have an integer array (or cursor with one integer column)
which represents primary keys of some table. Is there a simple and
efficient way to return the rows of the table corresponding to the
primary key values and keep them in the same order as the array (or
cursor)? Seems like it should be easy, but I'm not seeing it.

Thanks,


John DeSoi, Ph.D.





В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: R: Field's position in Table
Следующее
От: Clemens Schwaighofer
Дата:
Сообщение: Re: Postgre RAISE NOTICE and PHP