Error comes when i run update stored procedure in laravel5 like this..
QueryException in
Connection.php line 620: SQLSTATE[42000]:
Syntax e
Try this one,
DB::statement('call sp_clientupdate("108", "Sandeep","0999999999","","","sandeep@gmail.com","","","","","","",)');
It works perfectly.
You change.
return DB::select('call sp_clientupdate("108", "Sandeep","0999999999","","","sandeep@gmail.com","","","","","","",)');
Try it's working perfectly....