Showing posts with label Identity. Show all posts
Showing posts with label Identity. Show all posts
Interesting table
Monday, January 07, 2008
create table test (a integer not null generated always as identity (start with 1 increment by 1))
I cannot insert data since a is defined with "generated always", and there aint no other columns. This is a hole, just found this when I was taking prescription for everyday boredom.
Subscribe to:
Posts (Atom)