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
Answer Posted / prativa mishra
SELECT * FROM TABLE_NAME WHERE ROWNUM=1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to include character strings in sql statements? : Sql dba
What is raw datatype in sql?
What is a function in oracle pl sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
How to take user input in pl sql?
What is the use of sql trace?
How to rename a column in the output of sql query?
How is a process of pl/sql compiled?
Can we debug stored procedure?
what is cursor. write example of it. What are the attributes of cursor.
What are pl/sql packages?
What is the left table in sql?
What is java sql package?
What are predefined functions in sql?
how to increment dates by 1 in mysql? : Sql dba