RichardParry
IS-IT--Management
Hi All,
I wonder if you guys can help - I have a standard integer field returning numbers ranging 1 to 10, however I need to format single integers 01, 02, 03, 04, 05, 06, 07, 08, 09, 10 etc. I tried this using the Decimal function within T-SQL, but pretty sure the reason this isn't working is because of no decimal in the integer
I could do this in VB with FormatNumber easy, but unfortunately this is purely a T-SQL exercise (View).
Thanx!!! Richard
I wonder if you guys can help - I have a standard integer field returning numbers ranging 1 to 10, however I need to format single integers 01, 02, 03, 04, 05, 06, 07, 08, 09, 10 etc. I tried this using the Decimal function within T-SQL, but pretty sure the reason this isn't working is because of no decimal in the integer
I could do this in VB with FormatNumber easy, but unfortunately this is purely a T-SQL exercise (View).
Thanx!!! Richard