On Wednesday 07 December 2005 15:29, Shaun wrote:
> SELECT Firstname FROM Users;
>
> Matthew

> <a href="index.php?action=view_user&firstname=Matthew">Matthew</a>
>
> I need to do this with pure SQL - no server side scripting...

http://dev.mysql.com/doc/refman/4.1/en/string-functions.html

CONCAT() perhaps.
----
Scanned by mailCritical.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to