Re: Inserting a new column in between.

Поиск
Список
Период
Сортировка
От RPK
Тема Re: Inserting a new column in between.
Дата
Msg-id 9141803.post@talk.nabble.com
обсуждение исходный текст
Ответ на Re: Inserting a new column in between.  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Ответы Re: Inserting a new column in between.  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Inserting a new column in between.  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: Inserting a new column in between.  (Noel Faux <Noel.Faux@med.monash.edu.au>)
Список pgsql-general
Andreas,

I am talking about inserting a field or changing their order in the
structure itself. In MS Access and SQL Server we have this facility. Some
times I need to shift the less important field to the last so that when I
query using:

Select * from tablename;

the un-necessary field gets displayed in the last. However, you I can ignore
that field altogether using filtered fields only in Select statement, but
still sometimes it is necessary.

--
View this message in context: http://www.nabble.com/Inserting-a-new-column-in-between.-tf3286148.html#a9141803
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Inserting a new column in between.
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Inserting a new column in between.