Subject SUM + row_count
Author column@centras.lt
Hi,

What is SQL way to know how many rows was selected to make SUM in following
situation:

SELECT SUM("col_1") FROM "table" where "col_2"="2" INTO :"answer";