Is there a way to get the number of rows \'returned\' from a stored procedure? I know the result set is not really returned so I can\'t select from it or count on it. I trie
SELECT COUNT(id) AS example name FROM tablename