Re: adding data in one column

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: adding data in one column
Date: 2000-10-06 13:47:58
Message-ID: 001801c02f9c$099d95e0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It matters. Is the data you're inputting relevant to the rest of the
information in the row, or are you just putting in all the same info in that
column?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Robert Kernell" <kernell(at)sundog(dot)larc(dot)nasa(dot)gov>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, October 06, 2000 9:43 AM
Subject: [GENERAL] adding data in one column

> Hello.
>
> Suppose I have a table with data in it. Then I add a column. Now I want to
add
> data to that column, in the rows that are already there. So I want to go
to each
> row and add data to the new column in that row.
>
> How can I do this?
>
> Thank you.
>
> Bob Kernell
> Research Scientist
> Surface Validation Group
> AS&M, Inc.
> email: kernell(at)sundog(dot)larc(dot)nasa(dot)gov
> tel: 757-827-4631

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vitaliy V. Romanets 2000-10-06 13:51:53 adding data in one column
Previous Message Robert Kernell 2000-10-06 13:43:00 adding data in one column