Hi,
This is my QUERY today:
<CFQUERY NAME="Aktuellt" DATASOURCE="movium">
SELECT * FROM UTBILDNING WHERE DATE_UTBILDNING < #DateAdd('D', 90, Now())#
ORDER BY DATE_UTBILDNING
</CFQUERY>
The query is supposed to pick courses that has todays date and 90 days forward. Strangely, older courses than Now () are also showing. What am I doing wrong here?
Regards
Niclas Östlund
This is my QUERY today:
<CFQUERY NAME="Aktuellt" DATASOURCE="movium">
SELECT * FROM UTBILDNING WHERE DATE_UTBILDNING < #DateAdd('D', 90, Now())#
ORDER BY DATE_UTBILDNING
</CFQUERY>
The query is supposed to pick courses that has todays date and 90 days forward. Strangely, older courses than Now () are also showing. What am I doing wrong here?
Regards
Niclas Östlund