Answers for "sql remove 0 from start of string if found"

SQL
0

sql server remove 0 from left

SUBSTRING(str_col, PATINDEX('%[^0]%', str_col+'.'), LEN(str_col))
Posted by: Guest on April-23-2021

Code answers related to "sql remove 0 from start of string if found"

Code answers related to "SQL"

Browse Popular Code Answers by Language