Converting “2.23333e+16” to decimal doesn’t work

Any advice on how to accomplish it?

Comments

  • You should be able to do something like this:

    cast( "2.23333e+16"  as decimal(65,30))

     

    Let me know if you have any issues.

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.

     

  • Well, I wasn't verbose enough I guess, any solution anyone can think of in the magic ETL rahter than beast mode?