Re: adding data in one column

Поиск
Список
Период
Сортировка
От Adam Lang
Тема Re: adding data in one column
Дата
Msg-id 001801c02f9c$099d95e0$330a0a0a@6014cwpza006
обсуждение исходный текст
Ответ на adding data in one column  (Robert Kernell <kernell@sundog.larc.nasa.gov>)
Список 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 по дате отправления:

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: Access to Postgres
Следующее
От: Robert Kernell
Дата:
Сообщение: re: adding data in one column