Substitute for T-SQL PRINT command?

With SQL-Server, T-SQL has a convenient PRINT statement. Is there anything similar in MariaDB that I can use for script debugging?

Answer Answered by Daniel Black in this comment.

There is signal that can emit warnings. Sorry its not the greatest environment for script debugging.

Comments

Comments loading...
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.