How to remove trailing zeros using Sybase SQL? -
possible duplicate:
remove trailing zeros decimal in sql server
i have column decimal(9,6) i.e. supports values 999,123456.
but when insert data 123,4567 becomes 123,456700
how remove zeros in sybase sql?
using this didn't work!
do in application/presentation layer. sql not place cosmetic changes dropping trailing zeroes.
Comments
Post a Comment