Hi GEORGE,
 
> I would like to ask a simple question about the way
> MySQL handles string variabels. Say i have a variable
> whose value is foo and I want to change it to foobar. 
> 
> Instead of doing it the 'typical' way, I would like to
> ask whether there is any mysql command that will allow
> me to say read the value of the variable and then
> append bar to it.


What is the "typical" way that you don't want to use?

Check out CONCAT( foo, bar ) = man ref 6.3.2 String Functions

Please advise,
=dn


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to