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 / phani kumar
select greatest(cola,colb) from tblname;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
explain normalization concept? : Sql dba
Write a query to display the current date in sql?
What is the difference between microsoft access and sql server?
Can cursors be part of a trigger body?
what is the difference between truncate and delete statement? : Transact sql
Is subquery faster than join?
What is the difference between drop and truncate commands?
How many types of triggers are there in pl sql?
What is a behavioral trigger?
Is big data nosql?
What do you understand by pl/sql packages?
What is the max nvarchar size?
What is the use of index in hive?
How to return multiple rows from the stored procedure?