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.


Thanks,
Ram

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

Reply via email to