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.
                     [EMAIL PROTECTED]
------------------------------------------------------------
PostgreSQL.  Because life's too short to learn Oracle.    :)
                      Billy O'Connor

             IBM --> Immer Backup Machen



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to