Answer the question
In order to leave comments, you need to log in
Stored procedure, named parameters?
As far as I know, in MySQL there is no way to do this:
call stored_procedure(param2 = val2, param1 = val1)
At the same time in C# (using MySQL.Data) I can set parameters like this:
Command.Parameters.AddWithValue(parameterName, parameterValue)
Is this possible in PHP?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question