I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
Friday, May 22, 2009
SELECT with Float Point
SELECT width FROM sizes WHERE height=8 and abs(width-10.67)<0.00001
No comments:
Post a Comment