I hope this helps...
CREATE TABLE DB_table (
DB_id int PRIMARY KEY AUTO INCREMENT,
DB_name CHAR(30) UNIQUE)
SET INCREMENT_BASE 1 ON DB_table.DB_id;
--- Tajen Hsing <hsing@rss.dl.nec.com> wrote:
> Hi,
>
> I am trying create sequence which will generate oid in oracle on instantDB.
> But it seems doesn't know what the sequence is. What should I do? What's the
> keywords in instantDB as .currval and .nextval in oracle? Thank you very much!
>
> Diane Hsing
>
>
> -----------------------------------------------------------------------------
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|