Curious
If I execute the same select, out storage procedure, the result in the Statistics is double rows number. Why ???
-- result with select direct
Rows effected by SELECT statements 27 27
-- result with storage procedure
Rows effected by SELECT statements 54 54
Appreciate yours comments