Can someone help me with the correct sytax here !
I'm trying to show results from the last two days(or week etc)

This is what I've got

SELECT .....
WHERE.....
AND ( (DATE_SUB(j.stellen.t_stellen_date INTERVAL 2 day) <
j.stellen.t_stellen_date)

but it doesn't work !

What's wrong ?

The t_stellen_date field is a date field !

Thanks



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to