On Nov 1, 2011, at 3:34 PM, Ryan Belcher wrote:

> For that last result, 290.08 - 6.97 = 283.11; so base - thick is equal to 
> 283.11 but not less.  Is this a bug or something I'm not doing right or don't 
> understand?

As mentioned, precision, precision, precision :P

select * FROM test WHERE base > 281.01 AND round( base - thick, 2 ) < 283.11;


_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to