Re: [GENERAL] Seral field value after INSERT !

2001-04-26 Thread will trillich
On Wed, Apr 25, 2001 at 09:32:07AM +0200, Berényi Gábor wrote: > I have been inserting records into a table using the SQL insert statement. > One of the field types is serial, and I have been > trying to figure out how to get the value that was assigned in the field as > a result of the insert. Th

[GENERAL] Seral field value after INSERT !

2001-04-26 Thread Berényi Gábor
Hi all ! I have been inserting records into a table using the SQL insert statement. One of the field types is serial, and I have been trying to figure out how to get the value that was assigned in the field as a result of the insert. The serial typed field is the only one guaranteed to be unique,