Subject | Re: [Firebird-Java] autoincrementor for spring |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-22T17:41:45Z |
> If somebody could just help me with the sql for it, I could do itDDL:
> myself, but I don't know firebird ddl/sql that well.
CREATE GENERATOR <generator name>;
DML
SELECT gen_id(<generator name>, <inc factory>) FROM rdb$database
Roman