Learning PHP and MySQL
Example 08-09 Looking for the string in our author names
SELECT LOCATE`author`,LOCATE('on',`author`) FROM `authors`;
Posted by on 08/07 at 05:14 PM
Next entry: Example 08-11 Using WEEKDAY to get the day of the week
Previous entry: Example 08-08 Using TRIM with the TRAILING option