"Prasad Budim Ram" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>   If this possible in MYSQL (capability of procedure with
> parameterized parameters).
> 
>  Assume a procedure with parameters a1,a2,a3
> 
>  test(a1,a2,a3)
>  begin
>  .....
>  .....
>  end
> 
> 
>  Can I call the procedure test by following way
> 
>  call test(a2 = 5, a1 = 4, a3 = 7);
> 
>  i.e changing the order of the parameters and evaluating the values to
> the parameters.
> 

No, you can't.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to