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 difference between left and right outer join?
What does trigger mean in slang?
Is pl sql useful?
How can one get sql*loader to commit only at the end of the load file? : aql loader
Can we join tables without foreign key?
How do I view stored procedures?
What is audit logout in sql profiler?
What is the difference between inner join and left join?
Can we call dml statement in function?
Is oracle and sql same?
What are types of joins?
What are the different ddl commands in sql?
What is server name sql?
what is not null constraint? : Sql dba
what does myisamchk do? : Sql dba