Hi All !
I have a Basic Question,
Can i do following Statements in a single SQL statment
1) select count(*) as recordcount,sum(amt) as total amount from table
2) select count(*) as recordcount,sum(amt) as total amount from table_exception
3) I need to add both the values respectively from statment 1 and 2 and get the result .
Hope I am clear
Thanks
Mark.