|
| Total Answers and Comments: 4 |
Last Update: May 11, 2006 |
|
| | |
|
Submitted by: Shasi
You can find the last number used in the session for your sequence from the below mentioned query select last_number from user_sequences where sequence_name = <your_sequence_name>
Above answer was rated as good by the following members: kiran_marla | Go To Top
|