On 7/18/06, Tim Lucia <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Obed Soto Déctor [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 17, 2006 7:28 PM
> To: mysql@lists.mysql.com
> Subject: problem with double data
>
> Hi, i'm sorry for my englis
> -Original Message-
> From: Obed Soto Déctor [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 17, 2006 7:28 PM
> To: mysql@lists.mysql.com
> Subject: problem with double data
>
> Hi, i'm sorry for my english, i'm from México and i'm gonna do my best,
Obed Soto Déctor wrote:
Hi, i'm sorry for my english, i'm from México and i'm gonna do my best,
i've made a store procedure but i have some problems becouse when a
make a simple operation with double datas the result is not what i
wait.
We can't tell much without seeing at least the stored pro
Hi, i'm sorry for my english, i'm from México and i'm gonna do my best,
i've made a store procedure but i have some problems becouse when a
make a simple operation with double datas the result is not what i
wait.
look
cantidad_origen = 30.5
cantidad_ = 30.4
suma = 0
UPDATE detalle_tanque set c
I compiled and installed MySQL 3.22.32 on RadHat 7.0 and I am having some strange
behavior when it comes to double datatype fields. Please see the examples below. I
have the exact same version loaded on RedHat 6.2 and it works fine. What gives?
Here is the table and the data in it
mysql> SELE