If i have 6 values in one coloumn that is 10,20 30,40 50,60. in this 10,30,50 are max(val),and other are min values. now i want some of max values is 90. write a query for that?

Questions by vijay.405

Showing Answers 1 - 12 of 12 Answers

Rohan Deshpande

  • Jan 30th, 2007
 

select sum(max(sal)) from table_name;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions