Can we call a stored procedure from a function in SQL? What's the reason?
Functions can only read data, they can't update or change anything. It follows that functions are not allowed to call stored procedures.
2.1m questions
2.1m answers
60 comments
57.0k users