Re: [GENERAL] Row Level Locking, On-line Recovery

1998-12-15 Thread dustin sallings
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

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'-