Re: how to set the value to the column - Mailing list pgsql-sql

From DM
Subject Re: how to set the value to the column
Date
Msg-id eae6a62a0904161211n2c6bdf64r4e8137cf82407574@mail.gmail.com
Whole thread Raw
In response to how to set the value to the column  (DM <dm.aeqa@gmail.com>)
List pgsql-sql
never mind i got the answer.
 
Thanks for looking into it.
 
- deepak

On Thu, Apr 16, 2009 at 12:00 PM, DM <dm.aeqa@gmail.com> wrote:
Hi All,
 
I have a table test with columns name and value
 
test table
name
value
 
It has around 500 rows.
 
I added a new column id to the table,
 
Table test
id,
name,
value
 
I am not sure how to insert numbers to my column id (1-500).
 
Thanks
 
 

pgsql-sql by date:

Previous
From: DM
Date:
Subject: how to set the value to the column
Next
From: Tom Lane
Date:
Subject: Re: finding UNIQUES in information_schema