S
sneha bhawalkar
hi
i am writting one query in which i want two feilds with two different
where conditions
(i.e select sum(amount) from T1 where "condition1"
&
select sum(amount) from T1 where "condition2"
)
i want both of these sum in one select statement..
how to write it??
i am writting one query in which i want two feilds with two different
where conditions
(i.e select sum(amount) from T1 where "condition1"
&
select sum(amount) from T1 where "condition2"
)
i want both of these sum in one select statement..
how to write it??