Re: beginne' - inserting a record

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: beginne' - inserting a record
Дата
Msg-id 20051203212109.GA5134@kaufbach.delug.de
обсуждение исходный текст
Ответ на Re: beginne' - inserting a record  (Andrew Toth <tothaa@chello.hu>)
Список pgsql-general
Andrew Toth <tothaa@chello.hu> schrieb:

> thx,
>
> it's working!
>
> And the last question - today:
>
> how can i change the orter of the fields in a table?

If you have a table with field1, field2, field3, and you want to see
this table as field3, field2, field1, simple do 'select field3, field2,
field1 from table'.

Btw.: TOFU (top posting with fullquote below) are silly.


HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Andrew Toth
Дата:
Сообщение: Re: beginne' - inserting a record
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits