Skip to content
Advertisement

MYSQL Procedure not getting called

The Following procedure after getting called, shows up error “The Result return more than one row” where the input value given is just one parameter.

Advertisement

Answer

Execute query seperately and see the result

Are you expected more than one row here or just one. If expecting one then just add limit 1 to query as :

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement