techmike wrote:
>
> How would one normally return a range of results then..  Ultimatly I'm
> trying to get all the results for one month.

SELECT *
FROM table
WHERE EXTRACT(MONTH FROM date) = <cfqueryparam ....>

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to