column order

Поиск
Список
Период
Сортировка
От nuno
Тема column order
Дата
Msg-id 1148439298.596562.164450@y43g2000cwc.googlegroups.com
обсуждение исходный текст
Ответы Re: column order  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
hi, all.

i have a couple of questions regarding the order of table columns.

say, you have a following query;
SELECT id, firstname, lastname, dob FROM student;

does postgresql guarantee you that
the columns in the result set would be ordered
as specified in the query (i.e. id, firstname, lastname, dob) ?


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

Предыдущее
От: jois.de.vivre@gmail.com
Дата:
Сообщение: Re: meaning of PQresultStatus types
Следующее
От: Allen Fair
Дата:
Сообщение: Re: Quering by Regular Expressions stored in table