SQL Server удалить 0 слева

  SUBSTRING(str_col, PATINDEX('%[^0]%', str_col+'.'), LEN(str_col))
dr4ft