You may want to display the description part of a hyperlink column within a content query webpart. In the itemStyle.xsl file you can use the following tag to display the links description.
<xsl:value-of select="substring-after(@LinkUrl,',')"/>
Voila!