You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Thiwanka Somasiri <as...@gmail.com> on 2010/05/18 08:46:30 UTC

Auto increment syntax for Derby

Hi,
What is the auto increment syntax for Derby implementations.
Thanks.

-- 

Regards

A.S.Thiwanka Somasiri
Department of Computer Science and Engineering,
University of Moratuwa,
Sri Lanka.

Skype : executionerwild
MSN   : thiwas@ymail.com

Re: Auto increment syntax for Derby

Posted by Bryan Pendleton <bp...@gmail.com>.
On 05/17/2010 11:46 PM, Thiwanka Somasiri wrote:
> Hi,
> What is the auto increment syntax for Derby implementations.

generated as identity:
http://db.apache.org/derby/docs/10.5/ref/rrefsqlj37836.html#rrefsqlj37836

thanks,

bryan