about one query.

Поиск
Список
Период
Сортировка
От Horacio Miranda
Тема about one query.
Дата
Msg-id 3DEEF40A.F4A6A21E@yale.cl
обсуждение исходный текст
Список pgsql-hackers
if I create a table like this "create table test (nuber int4,id_num
int4,primary key(id_num));"
My question is, ¿ I can do this ?
"insert into test (number) values (10);"
"insert into test (number) values (22);"
"insert into test (number) values (3);"

and make a function to insert the correct id_num in this table ? some
one have or try to do this ?

Thanks for all.


--                Saludos Horacio Miranda.                    hmiranda@yale.cl
------------------------------------------------------------
PostgreSQL.  Because life's too short to learn Oracle.    :)                     Billy O'Connor
            IBM --> Immer Backup Machen




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: 7.3 RPMS.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/ltree patches