posted 18 years ago
Hi,
I created a sequence as following;
create sequence seq1;
Now,i created a table with the following structure.
create table tab1(eno number,ename varchar2(10));
Now,i want the eno in tab1 to refer the sequence seq1.I can't able to get this.Please,suugest me a solution on how i have to do this.
Thanks in Advance,
regards,
Siva Sankar