 |
tsql - How do I convert an int to a zero padded string in T-SQL ...
Let's say I have an int with the value of 1. How can I convert ... as of SQL Server
2012 you can now do this: format(@int, '0000#') ..... Convert date to YYYYMM
format · 3 · How do I do a ...
stackoverflow.com |
 |