Re: adding data in one column - Mailing list pgsql-general

From Adam Lang
Subject Re: adding data in one column
Date
Msg-id 001801c02f9c$099d95e0$330a0a0a@6014cwpza006
Whole thread Raw
In response to adding data in one column  (Robert Kernell <kernell@sundog.larc.nasa.gov>)
List 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@sundog.larc.nasa.gov>
To: <pgsql-general@postgresql.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@sundog.larc.nasa.gov
> tel: 757-827-4631


pgsql-general by date:

Previous
From: "Poul L. Christiansen"
Date:
Subject: Re: Access to Postgres
Next
From: Robert Kernell
Date:
Subject: re: adding data in one column