Re: joining a string and a value to a variable

2001-10-26 Thread sonicstate
Thanks! works a treat! n At 09:09 26/10/2001 -0400, Kalok Lo wrote: >there's a concat(string1, string2) function >and also a concat_ws(',', string1, string2) newstring >--concat with separator comma alias "newstring" > >http://www.mysql.com/doc/S/t/String_functions.html >Refer to the above pag

Re: joining a string and a value to a variable

2001-10-26 Thread Kalok Lo
there's a concat(string1, string2) function and also a concat_ws(',', string1, string2) newstring --concat with separator comma alias "newstring" http://www.mysql.com/doc/S/t/String_functions.html Refer to the above page for more useful string functions - Original Message - From: "soni