Hi Experts,
I am trying to write an SQL Query to get all the records which has sum of two column equal to 0 with where condition.
Need to write and SQL with following constraints.
T1 Table:
Group by name
Sum of fine with type = F
Sum fine with type = S
Subtract S totalĀ from F total for each name will be my total due.
Thanks,