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.

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to