【发布时间】:2013-02-23 19:59:39
【问题描述】:
我正在尝试做这样的事情:
<td>style="background:url('myimage.jpg') no-repeat;"> + column + </td>
但我在尝试时遇到 MySQL 错误:
Concat ('<td>style="background:url('myimage.jpg') no-repeat;">', info_text, '</td') as Nicetext
我想是所有的引用都搞砸了。
感谢大家的帮助!
【问题讨论】:
-
转义字符见这篇文章:
stackoverflow.com/questions/881194/…>