Search Results

0
votes
2answers
163 views

calling stored procedure with output parameter

Herewith I have given the stored procedure "GetAvgOut": delimiter // DROP PROCEDURE IF EXISTS GetAvgOut// CREATE DEFINER = 'MailIntimator'@'127.0.0.1' PROCEDURE GetAvgOut(OUT averag …