You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Mark Volkmann <ma...@ociweb.com> on 2007/03/30 18:39:19 UTC

DB400 generated keys

For DB400 databases, what is the SQL syntax for retrieving a  
generated key after an insert?

Re: DB400 generated keys

Posted by Jeff Butler <je...@gmail.com>.
VALUES IDENTITY_VAL_LOCAL()
Jeff Butler


On 3/30/07, Mark Volkmann <ma...@ociweb.com> wrote:
>
> For DB400 databases, what is the SQL syntax for retrieving a
> generated key after an insert?
>