Re: alter table add column - specify where the column will go?

Поиск
Список
Период
Сортировка
just never use SELECT *, but always call columns by names. You'll
avoid having to depend on the order of columns, which is never
guaranteed, even if the table on disk is one order, the return columns
could be in some other.

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

Предыдущее
От: Mark Morgan Lloyd
Дата:
Сообщение: Getting current and average on a single row
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: alter table add column - specify where the column will go?