How to access the current value and next value from a
sequence?
Answer Posted / chandrasekar ramasamy
select sequencename.currval from tablename
select sequencename.nextval from tablename
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how to escape special characters in sql statements? : Sql dba
Can we use delete in merge statement?
How do I find duplicates in two columns?
What is AUTH_ID and AUTH_USER in pl/sql ?
How does a trigger work?
What is trigger in sql and its types?
What is a design view?
What is the clause we need to add in function body to return variable?
What are commit, rollback, and savepoint?
Is coalesce faster than isnull?
Is left join same as inner join?
How do I order columns in sql?
How to call shell script from pl sql procedure?
What is oracle sql called?
what is a database transaction? : Sql dba