here is the question:
i need to know how many rows exist in which value of A is greater than corresponding value in B.
for example, i have two columns. A and B. Both have numbers:
A|B
----
1|3
2|4
5|4
2|4
2|4
for this example, i m looking for the answer 1 here (as there is only one column in which value of A is greater than corresponding value of B (3rd row)).
thanks in advance.
regards
i need to know how many rows exist in which value of A is greater than corresponding value in B.
for example, i have two columns. A and B. Both have numbers:
A|B
----
1|3
2|4
5|4
2|4
2|4
for this example, i m looking for the answer 1 here (as there is only one column in which value of A is greater than corresponding value of B (3rd row)).
thanks in advance.
regards