Jump to content

SQL help


dannybrazil

Recommended Posts

Hello

In my database I have a field with numbers that looks like that : 1.345(x.xxx)

 

now when I want to search something in the database how can I make it look for a specific number plus 0.005 for each direction

Ex:

I wanna search 1.345(so the range will be between 1.340 to 1.350)

 

Can I do something like that:?

$down=mysql_query("SELECT  * FROM  education WHERE num BETWEEN (num+0.005)AND(num-0.005)    ");

 

Any help ?

Link to comment
https://forums.phpfreaks.com/topic/196961-sql-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.