I can't get past this. Any ideas? Gracias.

<cfhttp method="Get"
        url="http://www.mydomain.com/data.txt";
        name="auctionSearch"
        textqualifier="">

<cfquery name="q" dbtype="query">
SELECT domain, search, COUNT(search) AS searchCount
FROM auctionSearch
GROUP BY COUNT(search)
ORDER BY COUNT(search) DESC
</cfquery>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294097
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to