3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all
Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
Answer Posted / sudarshanbehera07@gmail.com
Ans: sum_1 max_1 count_1
2014 2011 3
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is out parameter used for eventhough return statement can also be used in pl/sql?
Can a foreign key be null?
how to get a list of all tables in a database? : Sql dba
Can we use delete in merge statement?
How to change sql*plus system settings?
Define the select into statement.
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Does postgresql run on the cloud?
How many types of primary keys are there?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
How do I truncate a word?
Is vs as in pl sql?
What is the use of function in sql?
Can a foreign key have a different name?
What information is needed to connect sql*plus an oracle server?