>can you show us the actualy query, as a query shouldn't return nothing, it
>should return 0 if the count is 0
>The only instance where you should get nothing is if there are no rows of
>data returned
>
>On Thu, Dec 11, 2014 at 12:23 AM, Torrent Girl <[email protected]>
>wrote:
>
>>


Here is my query:

select overAllQuality, COUNT(overAllQuality) as total
FROM  table_name 
where dateAdded BETWEEN '#startDate#' AND '#endDate#'
group by overAllQuality

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359815
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to