📅  最后修改于: 2022-03-11 15:05:36.448000             🧑  作者: Mango
SELECT 'some text' as '';
Example:
mysql>SELECT 'some text' as '';
+-----------+
| |
+-----------+
| some text |
+-----------+
1 row in set (0.00 sec)