Learning PHP and MySQL
Example 08-08 Using TRIM with the TRAILING option
SELECT TRIM(TRAILING '0' from '0000Example00000');
Posted by on 08/07 at 05:14 PM
Next entry: Example 08-09 Looking for the string in our author names
Previous entry: Example 08-07 Using the LEADING option to remove zeros