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 are the most important characteristics of pl/sql?
Explain the commit statement.
What is graph sql?
What are the ways on commenting in a pl/sql code?
What are the sql commands?
Can instead of triggers be used to fire once for each statement on a view?
How can we avoid duplicating records in a query?
Does pl sql work in mysql?
Define commit, rollback and savepoint?
what is index? : Sql dba
Could you please provide oca (oracle 10g) dumps for my certification ?
What is scalar function?
how to enter binary numbers in sql statements? : Sql dba
How does sql*loader handles newline characters in a record? : aql loader
Can you have more than one trigger on a table?