print in mysql code example
Example 1: print mysql
SELECT 'some text' as '';
Example:
mysql>SELECT 'some text' as '';
+-----------+
| |
+-----------+
| some text |
+-----------+
1 row in set (0.00 sec)
Example 2: how to print some string in mysql
SELECT 'some text'