Hi,
On Sun, May 19, 2002 at 05:14:49PM +0200, Gyulay Gabor wrote:
> This is a basic problem.
> I need an unique id in a table, so I choosed integer with
> auto increment. (it is so simple...)
>
> After inserting a record, I have to display the created
> unique id to identify that record later.
>
Hi !
This is a basic problem.
I need an unique id in a table, so I choosed integer with
auto increment. (it is so simple...)
After inserting a record, I have to display the created
unique id to identify that record later.
But how can I select it ? If I select the last record, I
should get ano