Page 1 of 1

Combining Strings in MySQL

Posted: Tue Mar 25, 2003 2:51 am
by Ebula
I have been looking through the MySQL Manual and I just can't find how to combine strings in a query. like in php

Code: Select all

<?php
$Value = $Value."string";

?>
Does MySQL support that at all?

Posted: Tue Mar 25, 2003 4:38 am
by twigletmac

Posted: Tue Mar 25, 2003 5:39 am
by Ebula
Jup. Thanx. Didn't think I would need a function for that...