Re: problem with double data

2006-07-18 Thread Obed Soto Déctor
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

RE: problem with double data

2006-07-17 Thread Tim Lucia
> -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,

Re: problem with double data

2006-07-17 Thread Chris
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

problem with double data

2006-07-17 Thread Obed Soto Déctor
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

Problem with double data types a bug in RH7.0 ?

2001-05-10 Thread Ian Plount
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