Hi all,
I need to do the equivalent of:
select my_sequence.CURRVAL from Sys.dual;
so I'm guessing its:
select currvar('my_sequence') from ???????;
Can anyone fill in the ???? Thanks!
-Fran
- Re: [GENERAL] getting the currval of a sequence Fran Fabrizio
- Re: [GENERAL] getting the currval of a sequence James Olin Oden
- RE: [GENERAL] getting the currval of a sequence Jackson, DeJuan
- RE: [GENERAL] getting the currval of a sequence Jackson, DeJuan
