How can u find column name from a table which have max value
in a row.( not max value)
Answer Posted / ganesh
create table aa_test(
a number,
b number,
c number)
;
select greatest(a,b,c) from aa_test where a=99 ;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is composite primary key in sql?
How subquery works in sql?
Is primary key a clustered index?
Why coalesce is used in sql?
What is trigger point?
Explain how can you save or place your msg in a table?
Mention what are different methods to trace the pl/sql code?
What are the packages in pl sql?
What is difference between ms sql and mysql?
What is the plv (pl/vision) package offers?
How do I save a sql query?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is online transaction processing (oltp)?
What does data normalization mean?
Explain the order of sql statement execution?