I need a single Query which returns data in the follwoing conditions.
Query1
select project_id, sum(AMOUNT) as AMOUNT_A from TableA where Project_id like 'AB%' and Project_TYpe='A' Group BY Project_id
Query2
select Project_ID, sum(AMOUNT)as AMOUNT_B from TableA where Project_id like 'AB%' and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.