Is it possible to access the current value in a session
before accessing next value?
Answer Posted / chandrasekar ramasamy
no not possible
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we rollback delete command?
What is varchar used for?
Do we need to rebuild index after truncate?
What is a data manipulation language?
what is the different between now() and current_date()? : Sql dba
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What are database links used for?
How do I remove sql developer from windows 10?
Is sql a case sensitive language?
how to present a past time in hours, minutes and seconds? : Sql dba
What is left join in postgresql?
Explain alias in sql?
What is sql query limit?
How do I run a query in pl sql developer?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?