Is there an easy way to change the data in a column using T-SQL to simply add a zero in front of the existing value? For example, the value is 123456, but I need it to be 0123467. The column is char type, lenght of 7.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.