G
Guest
Can anyone help me with the following SQL problem?
How would I combine the following statements so they would produce exp2 /
new. Where and how do I combine them? Thanks.
SELECT Sum(Total) FROM exp2 Where Date1>='::startdate::' and Date1<=
'::enddate::'
SELECT Sum(SumOfTaxExclusiveTotal) FROM new Where Date1>='::startdate::' and
Date1<= '::enddate::'
How would I combine the following statements so they would produce exp2 /
new. Where and how do I combine them? Thanks.
SELECT Sum(Total) FROM exp2 Where Date1>='::startdate::' and Date1<=
'::enddate::'
SELECT Sum(SumOfTaxExclusiveTotal) FROM new Where Date1>='::startdate::' and
Date1<= '::enddate::'