I have some procedures where I would like to get some kind of acknowledgement after a condition has been assessed.
For example, the pusedocode would be like,
to take output in MySQL you can use if statement SYNTAX:
if(condition,if_true,if_false)
the if_true and if_false can be used to verify and to show output as there is no print statement in the MySQL