Hi,
I have the following stament:
;--
;-- Price
;--
e CREATE TABLE oes_price (
price_id numeric(10,0) identity primary key,
msrp numeric(15,2) not null,
cost numeric(15,2),
cur_unit char(3) not null references oes_cur_unit_code (code) );
Question: does anyone know the equivalent of the "identity" for InstanDB.
TIA.
Hugo.
-----------------------------------------------------------------------------
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.
|