I'm trying to delete only the first zero from the values of a field which now are: 00,01,02,03 etc and I'm using this function: string_trim['0', begin]. The problem with it is that it works for all the values but not for 00, since it removes everything and in the results I receive a NULL value. Is there any other option in order to remove only the first zero?
Thank you.