Hi,I've never noticed before, but I don't manage to do a "SELECT" with conditions on REAL columns !!
For example, the following command always returns 0 row, even if rows with myreal=10.5 do exist :
SELECT * FROM mytable WHERE myreal=10.5; Where am I wrong ?! Thank you in advance, Philippe Ferreira.