| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Calculations in queries - How?
Hi
I'm wondering if there is a way of having a query return a calculation of multiple attributes
ie - something like:
SELECT (A+B) as sum
FROm Table
or more complicated:
SELECT (C.number-(select count(*) from A)-(select count(*) from B)) AS
diff
FROM C
Thanks
Received on Sat Mar 20 2004 - 13:42:55 CST
![]() |
![]() |