I recently encountered the classic problem of removing trailing zeroes from formatted numeric output, and after mocking up some complicated code and doing some research, I came across a
thread that says to convert it to float before varchar. It's a perfect solution that is simple and works correctly.
No comments:
Post a Comment