how to set the value to the column

Поиск
Список
Период
Сортировка
От DM
Тема how to set the value to the column
Дата
Msg-id eae6a62a0904161200j14dd0759j9b3fb656f526f833@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to set the value to the column  (DM <dm.aeqa@gmail.com>)
Re: how to set the value to the column  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-sql
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 по дате отправления:

Предыдущее
От: Gerardo Herzig
Дата:
Сообщение: finding UNIQUES in information_schema
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: how to set the value to the column