Not Monitored
Tag not monitored by Microsoft.
27,024 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I need to insert rows into an oracle table but the oracle table has auto increment sequence.
so one column definition is like this:-
"ID" NUMBER(10,0) DEFAULT "SC1"."DAT1_CTR_SEQ"."NEXTVAL" NOT NULL ENABLE