Re: [GENERAL] decimal_part() function

1998-12-15 Thread Herouth Maoz
At 17:46 +0200 on 15/12/98, Sferacarta Software wrote: > I'm looking for a function similar to dtrunc() to return the decimal > part of a float. > > dtrunc(12.34) returns 12, I need something that returns 34 Here is a table having one float column named k. % is the truncation operator (I suppos

[GENERAL] decimal_part() function

1998-12-15 Thread Sferacarta Software
Hi all, I'm looking for a function similar to dtrunc() to return the decimal part of a float. dtrunc(12.34) returns 12, I need something that returns 34 Does anyone knows how to do this thing? Thanks -Jose'-