I have an SQL command that have the following line in it,
HAVING
DATE_FORMAT(NOW(), '%Y') - DATE_FORMAT(`candidates`.`DOB`, '%Y')
- (DATE_FORMAT(NOW(), '00-%m-%d')
< DATE_FORMAT(`candidates`.`DOB`, '00-%m-%d')) <= ". $v
$v is a PHP variable that is an integer multiplying in multiples of 10. Instead of looking for all entries that have a DOB of below $v I am wanting to return all the entries that have a DOB of less then than $v but great than $v - 10 is that possible?
"HAVING DATE_FORMAT(candidates.DOB, '%Y') BETWEEN {$v-10} AND {$v}"do? – Anax Nov 17 '11 at 15:44