SyntaxFix
Write A Post
Hire A Developer
Questions
If you do not want to the text twice as column heading as well as value, use the following stmt!
SELECT 'some text' as ''; Example: mysql>SELECT 'some text' as ''; +-----------+ | | +-----------+ | some text | +-----------+ 1 row in set (0.00 sec)
Example:
mysql>SELECT 'some text' as ''; +-----------+ | | +-----------+ | some text | +-----------+ 1 row in set (0.00 sec)