I have a table with 2 Float type columns. One I have no problem with the query finding what it needs(IHDOCO), the other seems to be doing some kind of rounding?(IHDOC) They are both set to 8 digit length and the only difference between the two is the one that doesn't return the right data has data with 7 digits where the other is 6 digitThe query is SELECT IHDOC,IHDOCO,IHDCTO,IHIVD,IHAN8FROM PRODDTA.F5542561WHERE IHDOC LIKE '%124%' and IHDOCO LIKE '%894%'
The data returned is IHDOC IHDOCO IHDCTO IHIVD IHAN8 1251237.0 598945.0 SO 105299 271.01251238.0 598947.0 SO 105299 525.0