Function for exact range |
[eluser]PhilTem[/eluser]
How do you want to put it into MySQL? Make the query take care of this check like select only rows if some column's value is within that range? Have a look at http://dev.mysql.com/doc/refman/5.0/en/i...ement.html and http://www.java2s.com/Code/SQL/Flow-Cont...clause.htm for an example. Quick and dirty example: Code: SELECT name AS Name, category AS Category, |
Messages In This Thread |
Function for exact range - by El Forum - 02-23-2012, 10:37 PM
Function for exact range - by El Forum - 02-23-2012, 11:01 PM
Function for exact range - by El Forum - 02-23-2012, 11:04 PM
Function for exact range - by El Forum - 02-24-2012, 12:22 AM
Function for exact range - by El Forum - 02-24-2012, 01:15 AM
Function for exact range - by El Forum - 02-24-2012, 01:33 AM
Function for exact range - by El Forum - 02-24-2012, 10:21 AM
Function for exact range - by El Forum - 02-27-2012, 12:27 AM
Function for exact range - by El Forum - 02-27-2012, 12:30 AM
|