Mysql remove leading zeros of columns

Example:



Here Removing Leading Zeros values of code Columns

Example:
SELECT TRIM(LEADING '0' FROM Code) FROM seasonhead

Post a Comment

0 Comments