Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sequence values (Max & Min)

Status
Not open for further replies.

GBall

Programmer
Joined
May 23, 2001
Messages
193
Location
GB
Hi,
I need to get the max and min values of a sequence.
We have manually used different ranges for various areas of an application and I need to get all records that have been added automatically.
Anyone any idea how I can do this ?
I'm using oracle Inprocserver within VBA.

thanks,
Graham

Regards,
Graham
 
Select the values from USER_SEQUENCES or ALL_SEQUENCES.
 
Works for me.
Thanks.

Regards,
Graham
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top