Subject | auto increase |
---|---|
Author | Ricardo Striquer Soares |
Post date | 2001-06-11T19:47:55Z |
i am developing my fist interbase DB in wich i would like
to use a
double auto_increment oracles type please can anyone tell
me haw does
this script below got to looks like for create a table in
interbase. or just haw to create an auto increase number
if it does have a way to do it !
thanks advanced.
CREATE TABLE teste (
id DOUBLE AUTO_INCREMENT,
name TEXT,
PRIMARY KEY (id)
);
_________________________________________________________
Do You Yahoo!?
Get your free @... address at http://mail.yahoo.com
to use a
double auto_increment oracles type please can anyone tell
me haw does
this script below got to looks like for create a table in
interbase. or just haw to create an auto increase number
if it does have a way to do it !
thanks advanced.
CREATE TABLE teste (
id DOUBLE AUTO_INCREMENT,
name TEXT,
PRIMARY KEY (id)
);
_________________________________________________________
Do You Yahoo!?
Get your free @... address at http://mail.yahoo.com