Sumar Khan
Hey I have two tables inventory_tbl and withdrawal_tbl I want query such that sum of inventory table and subtract it from sum of withdrawal table .
Output=sum(inventory_tbl)-sum(withdrawal_tbl)
Thanks in Advance