Hello,
How can i format Column Data in SSIS, similar to MSSQL
SQL: Select FORMAT(7.326, '00.0000000') AS 'Format'
Results: 07.3260000
As you can see, I need both leading 0 and trailing 0 with 10 Character long with 2 before decimal "."
Thank you,
M
Hello,
How can i format Column Data in SSIS, similar to MSSQL
SQL: Select FORMAT(7.326, '00.0000000') AS 'Format'
Results: 07.3260000
As you can see, I need both leading 0 and trailing 0 with 10 Character long with 2 before decimal "."
Thank you,
M