André Knappstein wrote: > > I would like to learn the primary key value of successful SQL > > Insert command. > > see "Returning". I think it was introduced with 2.1 or 2.5, definitely > not with 1.5.x
It was added in 2.0 for VALUES inserts. Since 2.1 it also works with singleton SELECT inserts. Paul Vinkenoog
