Re: i have table - Mailing list pgsql-sql

From A. Kretschmer
Subject Re: i have table
Date
Msg-id 20061003105953.GA13507@a-kretschmer.de
Whole thread Raw
In response to i have table  ("Penchalaiah P." <penchalaiahp@infics.com>)
List 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


pgsql-sql by date:

Previous
From: "Penchalaiah P."
Date:
Subject: i have table
Next
From: Achilleas Mantzios
Date:
Subject: Re: i have table