sql server remove 0 from left

Solutions on MaxInterview for sql server remove 0 from left by the best coders in the world

showing results for - "sql server remove 0 from left"
Lilli
30 Oct 2020
1  SUBSTRING(str_col, PATINDEX('%[^0]%', str_col+'.'), LEN(str_col))