I am using mySQL and CodeIgniter. I have some floating point numbers in my database such as
mySQL
CodeIgniter
Unfortunately, I think your database will probably do a full table scan for solutions that involve abs, so they will be (very) slow once your table grows. A fast-running solution may be found in this earlier thread.
abs