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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -