hi
i have a subqury below like
select count(Weigh),sum(Weigh) from myTable where id=120 and status=0
select count(Weigh),sum(Weigh) from myTable where id=120 and status=2
select count(Weigh),sum(Weigh) from myTable where id=120 and status=3
i want return them in a query
please help me
thanks