Greetings, is there a mySQL syntax command equivalent to appending information to a 
text record.

If I wanted to add an email value to a text record that already has an email value in 
it, is there a faster way to do this than reading the original value, combining the 
new value to it, and then running an UPDATE command?

- Thanks

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

Reply via email to