Hi,

As documented, identity and auto-increment columns are columns with a
sequence as the default. The column declared as the identity columns is
implicitly the primary key column of this table (unlike auto-increment
columns).

Regards,
Thomas



On Friday, March 15, 2013, Rami Ojares wrote:

> IDENTITY is a shorthand but for what exactly?
> Is it
> BIGINT AUTO_INCREMENT NOT NULL UNIQUE?
> or
> BIGINT AUTO_INCREMENT UNIQUE?
> or
> BIGINT AUTO_INCREMENT?
>
> Could this be added to documentation?
>
> - Rami
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at 
> http://groups.google.com/**group/h2-database?hl=en<http://groups.google.com/group/h2-database?hl=en>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


  • IDENTITY Rami Ojares
    • Re: IDENTITY Thomas Mueller

Reply via email to