Re: Query failing

2001-04-16 Thread Sinisa Milivojevic
List Box writes: > > MySQL is not giving expected results in queries: > > The table has a decimal field, 'tolong', with a 13 char size and 8 > decimal places. > > I know from browsing that the table contains many records with > 'tolong' values less than -120, as low as -124. > > The query >

Query failing

2001-04-15 Thread List Box
MySQL is not giving expected results in queries: The table has a decimal field, 'tolong', with a 13 char size and 8 decimal places. I know from browsing that the table contains many records with 'tolong' values less than -120, as low as -124. The query select * from Tiger_main where tolong <