Re: how to set the value to the column

From: DM <dm(dot)aeqa(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to set the value to the column
Date: 2009-04-16 19:11:00
Message-ID: eae6a62a0904161211n2c6bdf64r4e8137cf82407574@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)aeqa(at)gmail(dot)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
>
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2009-04-16 19:11:17 Re: how to set the value to the column
Previous Message DM 2009-04-16 19:00:28 how to set the value to the column