Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
-
Ebula
- Forum Newbie
- Posts: 15
- Joined: Wed Mar 19, 2003 7:21 am
- Location: Hamburg, Germany
Post
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?
-
twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Post
by twigletmac »
-
Ebula
- Forum Newbie
- Posts: 15
- Joined: Wed Mar 19, 2003 7:21 am
- Location: Hamburg, Germany
Post
by Ebula »
Jup. Thanx. Didn't think I would need a function for that...