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
What is left join example?
Does a user_objects view have an entry for a trigger?
What found sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is sql not null constraint?
What are character functions?
What is a system versioned table?
Is coalesce faster than isnull?
How many sql commands are there?
How do I access sql anywhere database?
What is the use of index in hive?
how many ways we can we find the current date using mysql? : Sql dba
What is pl sql code?
What is record in pl sql?
What is a column in a table?