Community discussion forum

How to Round Off a value in sql server

  • 7 months ago

    Hi all i want to round off a float value and displaying in results pane Like My value is (0.930232558139535) i want display it as 0.930 how is this possible?

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 months ago

    Would the sql server "Round" function not do what you want?

    as in "round(843.3423423423, 2)" = 843.3400000000  

    Joe 

Post a reply

Enter your message below

Sign in or Join us (it's free).