Sureshy
08-14-2001, 06:16 AM
Hi,
Can anyone please give me the syntax for using a sequence in the values clause of an insert statement :
e.g
insert into table1(id)
values (select seq.nextval from sys.dual)
the above is not correct syntax.
Thanks
Suresh
Can anyone please give me the syntax for using a sequence in the values clause of an insert statement :
e.g
insert into table1(id)
values (select seq.nextval from sys.dual)
the above is not correct syntax.
Thanks
Suresh