I am running CF 5 and accessing an Oracle 7 database using Oracle SQL
When I run this Query in a Query:

<cfquery dbtype = "query" name = "bycounty" > 
select stvcnty_desc county,count(*) fcount
from STUDENTS
group by stvcnty_desc
ORDER BY county
</CFQUERY>

I get this error:

"Query Manipulation Error Code = 0  Invalid SQL"

If I comment out this query then the rest of the code runs fine
What is my problem????



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to