Learning PHP and MySQL

Example 08-07 Using the LEADING option to remove zeros

SELECT TRIM(LEADING '0' from '0000Example00000');

Posted by on 08/07 at 05:13 PM

Next entry: Example 08-08 Using TRIM with the TRAILING option

Previous entry: Example 08-06 Changing the case of the title

<< Back to main