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

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -