Pokud si nepřejete, aby byl text dvakrát tak záhlaví sloupce i jako hodnota, použijte následující stmt!
SELECT 'some text' as '';Example:
mysql>SELECT 'some text' as ''; +-----------+ | | +-----------+ | some text | +-----------+ 1 row in set (0.00 sec)