How to access the current value and next value from a
sequence?
Answer Posted / tulsi
select currval.sequence_name from table_name
select nextval.sequence_name from table_name
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Does mysql support pl sql?
How do we accept inputs from user during runtime?
Explain the the delete statements in sql?
What is sql used for?
What is gpt format?
What is the difference between an inner join and an outer join?
Can we join same table in sql?
How do I truncate a word?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Is it possible for a table to have more than one foreign key?
How do you truncate?
How is pl sql different from sql?
What are pl sql data types?
What is the syntax and use of the coalesce function?
What do you mean by query optimization?