php - How to create stored procedures through migrations in laravel 5.3? -


i have created procedure through migration not throwing result when passing string in query. here code

create procedure my_procedure( in _searchstr varchar(100) ) begin select * user user.name=_searchstr; end 

if pass hardcode value in place of _searchstr showing result?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -