yeah, the "+" modifier thinks you mean you want to add them as integers...

use my previous post with the concat command and that works...

Tim.


At 09:20 AM 5/20/2004, Nick Wilson wrote:

* and then Nick Wilson declared....
> > >pages of course... What I need to do, is add to the very end of each
> > >html page, one short peice of text.. not a footer, just an adition to
> > >every page.
> >
> > UPDATE table SET body = body + "text to append"
>
> Hehe, it's been such a loooong time since i did even the simplest SQL
> work ;-)

DAMN! - Good job i tested on the local DB not the live one!
That wiped the entire DB and put a '0' in place of every body column?

Here's what I did:
update node set body = body + "\n\n<p>This is extra</p>";

Anyone see what went wrong?


-- Nick W

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to