Jeśli nie chcesz, aby tekst był dwukrotnie nagłówkiem kolumny i wartością, użyj następującego polecenia!
SELECT 'some text' as '';Example:
mysql>SELECT 'some text' as ''; +-----------+ | | +-----------+ | some text | +-----------+ 1 row in set (0.00 sec)