5
Answers

i want to ignore values contains 0 zero

munir tailor

munir tailor

5y
715
1
for exmaple:-
                   
 food feeadmission fee 
 100
 0100 
 5050 
 0 0
now i want query which ignore 0(zero) values in both fees fields.so output should be
 100 0
 0     100
 50   50 
Answers (5)