Since others on derby-user might have the same question....

Question on #derby IRC:

derby newbie here...  Does anyone know if there is a way to create auto
increment columns in derby like mysql?

Answer given:

derby supports identity columns : see
http://db.apache.org/derby/docs/10.1/ref/rrefsqlj24513.html
and the full info for generated ... as identity is at
http://db.apache.org/derby/docs/10.1/ref/rrefsqlj37836.html

Reply via email to