remove leading zeros in sql oracle code example Example: trim leading zeros in sql SUBSTRING(str_col, PATINDEX('%[^0]%', str_col+'.'), LEN(str_col))