Hey Guys!
I'm new to MySQL and Im setting a small database with some stored procedures and stuff.
So, I was wondering if there is any function to print text on console, just like the SQL Server PRINT function.
In addition, I need a way to check whether a SELECT query found data or not. My intention is to print an error message in case the query did not find any results.
Just in case, I'm using MySQL 5.0, and I'm actually working with the Query Browser that comes from the installation.
I appreciate your Help.
Thanks a lot.
I'm new to MySQL and Im setting a small database with some stored procedures and stuff.
So, I was wondering if there is any function to print text on console, just like the SQL Server PRINT function.
In addition, I need a way to check whether a SELECT query found data or not. My intention is to print an error message in case the query did not find any results.
Just in case, I'm using MySQL 5.0, and I'm actually working with the Query Browser that comes from the installation.
I appreciate your Help.
Thanks a lot.