finding unused values in a sequence !
Hi Frenz,
I have a sequence that is used by many procs. Say the seq has a start value 1 and ending value 100.
I wanted to find all the values for that sequence that has not been added to the table.
(say when seq had the value 30 for it, I tested to see if seq is workin and so the value 30 won't be used/added anymore to the tables)
I dont think any code for the proc is needed !
Thanks in advance