I am trying to do something like this:
<td>style="background:url('myimage.jpg') no-repeat;"> + column + </td>
But I get a MySQL error when trying:
Concat ('<td>style="background:url('myimage.jpg') no-repeat;">', info_text, '</td') as Nicetext
I suppose it is all the quotes that mess things up.
Thanks for all help!
http://stackoverflow.com/questions/881194/how-to-escape-special-character-in-mysql – GHC Mar 08 '13 at 09:59