Is it possible to access the current value in a session
before accessing next value?
in sql table following column r there i want find 1st paid ,2nd paid,3rd paid date for same |service_type|date |vehicle_no| |------------|------|_---------| |paid |23 jan|MH12H2007 | | | | | |paid |26 feb|MH12H2007 | | | | | | | | | |paid |28 mar|MH12H2007 | i want o/p like below vehicle no| 1st paid date | 2nd paid date|3rd paid |latest paid date| pls help me out
how to calculate the difference between two dates? : Sql dba
How to run sql statements with oracle sql developer?
Can we call dml statement in function?
Why do we use triggers?
How do I run a sql script?
Can we insert in sql function?
How many tables can a sql database have?
Which constraints we can use while creating database in sql?
How do you display "13th of November, 17 days left for month end" without hardcoding the date.
What is difference between function and trigger?
what are the advantages a stored procedure? : Sql dba