How to insert rows in auto increment oracle table

John 30 Reputation points
2023-05-18T21:06:15.23+00:00

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

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
27,024 questions
0 comments No comments
{count} votes