i have 9 values in a table i.e
-99
-56
-32
41
-2
33
95
-88
55
my question is that i wanna elimenate all -ve values and
wann sum of + values in report
i m using devsuite 10g
its urgent
kindly if anyone knows that answer message me the following
yahoo id
thanx
ALI
smalipaki@yahoo.com
Answer Posted / ajaz ahmad kumhar
SELECT SUM(COL_NAME) FROM
( SELECT COL_NAME FROM TABLE_NAME
ORDER BY COL_NAME DESC)
WHERE ROWNUM<=4;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between flex mode and confined mode?
Can we invoke one form from another in a multi-forms application?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What is an oracle report? List its various types.
Explain the different levels at which oracle form services interact.
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What is the difference between BPA AND Contract What are documents and test cases u followed
Explain how can you use the same lov for 2 columns?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
How can we expand Parameter Form Canvas on Reports 6i?
Explain the various types of oracle report?
did u received a single file or multiple files
why the Ctl file u put only in bin folder why not in other folder
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?