column A column b | output
10 7 | 10
5 8 | 8
7 -9 | 7
3 5 | 5
0 6 | 6
Write a sql query to print such output.
Answer Posted / suresh ramsng
select A,B,greatest(A,B) output from <tablename>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are local and global Indexes and where they are useful.
Can a select statement fire a trigger?
What does cursor do in sql?
How do you explain an index number?
What is substitution variable?
What is posting?
what are the t string functions available in tsql? : Transact sql
explain about mysql and its features. : Sql dba
What is the location of pre_defined_functions.
How can we debug in PL/SQL?
What is the max nvarchar size?
What is exception? What are the types of exceptions?
what is clause? : Sql dba
What is sqlcontext?
How to display Row Number with Records in Oracle SQL Plus?