From: | Brian(at)McSweeney(dot)iol(dot)ie (Brian) |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | INSERT question |
Date: | 2001-11-13 09:30:22 |
Message-ID: | 1f5f2b44.0111130130.17e8e57a@posting.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi everyone,
I've a little question about using insert statements. I've got a
parent table with a "serial" (automatically incrementing integer)
primary key. I have a child table with a foreign key which references
that primary key. My question is:
To insert values into the child table corresponding to an entry in the
parent table, how do I get a reference to the serial primary key (so
as I can reference it for the foreign key entry)
Hope you understand what I mean. This should be a regular occurance
and seeing as I'm not an sql guru, I just don't have a clue!
Any help would be SOOO appreciated.
Brian
From | Date | Subject | |
---|---|---|---|
Next Message | Haller Christoph | 2001-11-13 09:35:24 | Re: Joins!! |
Previous Message | Robert Sundstrm | 2001-11-13 09:27:20 | Re: SQL99 |