|
Hi erman,
Need your help.
Our developer asked to create a sequence on custom table as below
CREATE SEQUENCE XXMOT.XXMOT_INV_ARQ_SET
START WITH 1
MAXVALUE 99999999999
MINVALUE 1
NOCYCLE
CACHE 20
NOORDER
can we create it directly on custom table in R2.2?
do we need to create any synonym for this?
Thanks
|