| From: | Horacio Miranda <hmiranda(at)yale(dot)cl> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | about one query. |
| Date: | 2002-12-05 06:36:58 |
| Message-ID: | 3DEEF40A.F4A6A21E@yale.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)yale(dot)cl
------------------------------------------------------------
PostgreSQL. Because life's too short to learn Oracle. :)
Billy O'Connor
IBM --> Immer Backup Machen
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Lamb | 2002-12-05 06:37:09 | Re: [GENERAL] PostgreSQL Global Development Group |
| Previous Message | Bruce Momjian | 2002-12-05 06:21:12 | Re: 7.4 Wishlist |