On Mon, 14 Dec 1998, The Hermit Hacker wrote:
// row level loocking shoudl be in place for v6.5...not sure about
// on-line recovery, but I *believe* Jan is working on redo-log
// support...
Ooh, is this the kind of log you can use for transaction
replication?
--
Principle Member T
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
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'-