| From: | Andreas Kretschmer <akretschmer(at)spamfence(dot)net> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: beginne' - inserting a record |
| Date: | 2005-12-03 21:21:09 |
| Message-ID: | 20051203212109.GA5134@kaufbach.delug.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Andrew Toth <tothaa(at)chello(dot)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°
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruno Wolff III | 2005-12-03 21:30:00 | Re: Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits |
| Previous Message | Andrew Toth | 2005-12-03 21:09:01 | Re: beginne' - inserting a record |