A "hello world" to learn procedure


/ Published in: SQL
Save to your folder(s)

Before calling the PROCEDUREs you created, use `SHOW PROCEDURE status;` to confirm.

To use these procedure, use the script like `CALL hello();` and `CALL globalHello('EN');`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.