| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to retrive Deleted Sequence Number????
I have Tried this query but giving error
select a.seq
from (select rownum seq from dual group by cube(1,2,3)) a
where not exists (select 1 from sampleTable t where t.col1 = a.seq)
/
Regards
Arijit Chatterjee
Received on Tue Nov 02 2004 - 21:20:33 CST
![]() |
![]() |