Comments - BEGIN END

6 years ago longshuai Ma

The declarations order is the following:

  • DECLARE local variables;
  • DECLARE CONDITIONs;
  • DECLARE HANDLERs;
  • DECLARE CURSORs;

does cursor declared before handers?

 
6 years ago Sergei Golubchik

You're right. Cursors go before handlers. Fixed.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.