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 / girdhari bawane
Hi,
See, Suppouse there is table 'test' in database and having
columns col1 number. this table holding records as
COL1
=====
1
-2
-3
3
-4
4
-5
5
-6
6
2
write query as-
SELECT SUM(col1) FROM test WHERE col1>0;
Result := 21.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by oracle forms?
List out the oracle forms configuration files?
i am writing a query select EmpNo from Emp how can i call in after parameter form
In what sequence do triggers get fired by oracle forms?
Explain how one can iterate through items and records in a specified block?
What is the difference between bind and lexical parameter?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What is a matrix report and how many minimum groups are required to prepare the same?
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What is a user exit program in oracle reports?
What is an oracle report? List its various types.
Explain the various types of oracle report?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What do you understand by oracle forms and why are they required?