Re: i have table

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: i have table
Date: 2006-10-03 10:59:53
Message-ID: 20061003105953.GA13507@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

am Tue, dem 03.10.2006, um 16:17:30 +0530 mailte Penchalaiah P. folgendes:
> now I want to add one more field in this table.. but that field has to come
> next to cda_no.. I mean as a 3^rd field.. If I am adding that field it is
> coming last field ?

Yes.

>
> may I know how it is possible to that table?

IIRC you can't. But you can:
- select the columns in the order you need (never do a select * from
...)
- create a view with your desired order
- create a new table with your desired order

> Information transmitted by this e-mail is proprietary to Infinite Computer
> Solutions and/ or its Customers and is intended for use only by the individual
> ...
>
>
> Information transmitted by this e-mail is proprietary to Infinite Computer
> Solutions and / or its Customers and is intended for use only by the individual
> ...

Is this realy necessary?

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleas Mantzios 2006-10-03 11:00:35 Re: i have table
Previous Message Penchalaiah P. 2006-10-03 10:47:30 i have table