table structure:
----------------
col1 col2
----- -----
01-mar-2012 11:12:46 01-mar-2012 11:12:10
01-mar-2012 11:12:46 01-mar-2012 11:11:23
Write a query to display the result as shown below:
col1 col2
----- -----
01-mar-2012 11:12:46 01-mar-2012 11:12:10
Answers were Sorted based on User's Feedback
Is it important to partition hard disk?
Explain the purpose of %type and %rowtype data types with the example?
what is a constraint? : Sql dba
Can we interchange parameters in procedure while calling
What is sqlerrm?
Can we create table in function?
Which one is the Best approach to put code, among Triggers and Procedures? Explain?
How many sql statements are used? Define them.
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
I have a table .in the table 100 recored is there .we have get the single row with out using clause..
how to get a list of indexes of an existing table? : Sql dba
How many times can we commit in a loop?