Learning PHP and MySQL

Example 08-04 Using CONCAT to put fields together

SELECT CONCAT(`title`,' has ',`pages`,' pages.'FROM `books`;

Posted by on 08/07 at 05:12 PM

Next entry: Example 08-05 Calculating the length of a string

Previous entry: Example 08-03 Creating a simple index

<< Back to main