SyntaxFix
Write A Post
Hire A Developer
Questions
You can print some text by using SELECT command like that:
SELECT
SELECT 'some text'
Result:
+-----------+ | some text | +-----------+ | some text | +-----------+ 1 row in set (0.02 sec)