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
Can we commit in trigger?
What found sql?
What is a unique key?
what is blob? : Sql dba
Does inner join remove duplicates?
What is the difference between partitioning and sharding?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is varchar data type in sql?
What is sql in oracle?
How can I change database name in sql?
what are date and time data types in mysql? : Sql dba
what is sql server agent? : Sql dba
What is record data type?
What is t-sql? : Transact sql
What are the benefits of pl/sql packages?