Combining Strings in MySQL
Posted: Tue Mar 25, 2003 2:51 am
I have been looking through the MySQL Manual and I just can't find how to combine strings in a query. like in php
Does MySQL support that at all?
Code: Select all
<?php
$Value = $Value."string";
?>