<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - Developing_ColdFusion_MX_Applications_with_CFML - using_recordsets4.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T17:14:32</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#21796" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20853" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20811" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20490" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20441" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20440" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19829" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19084" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19065" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18970" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18966" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#15281" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13521" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13046" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4325" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4310" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1605" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1091" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#946" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#21796">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#21796</link>
		<description>I have a table named Products, and a column in it named ExperEmailList. &lt;br /&gt;For example, &lt;br /&gt;productID expertemaillist&lt;br /&gt;1                 test.test@test.com, html@html.com&lt;br /&gt;2                 hyg@yahoo.com,no-replied@uconn.edu&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;I have another table Users, which contains all information about users,including experts. &lt;br /&gt;For example,&lt;br /&gt;userID Email                       FirstName   LastName&lt;br /&gt;1           hyg@yahoo.com   hua                wang&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;Now I want to know, for example, the last name of all experts in product 2. &lt;br /&gt;&lt;br /&gt;I could have the following sql,&lt;br /&gt;Select Lastname from users,products&lt;br /&gt;where email in expertemaillist&lt;br /&gt;&lt;br /&gt;But it does not work. If I have singlequote in expertemaillist, that would work. But I dont. By the way, the expertemaillist comes from a checkbox, so I could choose as many as I want. &lt;br /&gt;What should I do now to implement my aim?&lt;br /&gt;Thanks.</description>
		<dc:creator>xiaoxiaoshijie</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-09-29T06:17:46</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20853">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20853</link>
		<description>If you believe that your issue might result from a ColdFusion bug, you should also submit a bug report on the Macromedia Feature Request/Bug Report Form. If it proves to be a documentation problem, it will be resolved through that process.</description>
		<dc:creator>extdw_doc</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-09-02T10:39:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20811">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20811</link>
		<description>re:  &quot;can't convert the string .... to java type DOUBLE &quot;&lt;br /&gt;&lt;br /&gt;This seems to occur on our servers, too, if the column's value in the first row of the recordset is something that is all numeric, like:  123456   When an all-numeric value like this is encountered as the first value, CF assumes that ALL values in that column are numeric... thus, it errors out if it comes accross a record containing both numbers and letters, since a mix of letters and numbers will be considered a string.&lt;br /&gt;&lt;br /&gt;I think this error first popped up for us when we made the switch to CFMX, which was the first version to have a java backend.  I think the java makes some un-safe assumptions when doing query-of-queries, which hopefully will get fixed in a future release.  This might explain why it works for you in development, but not in production (if you're running 2 different versions of CF server).</description>
		<dc:creator>rrogers</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-09-01T13:55:44</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20490">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20490</link>
		<description>Column name alias in QofQ in CFC&lt;br /&gt;-------------------------------------------------&lt;br /&gt;&lt;br /&gt;In this code&lt;br /&gt;	  &lt;CFQUERY NAME=&quot;q_C&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;SELECT q_B.MonthName as MaxMonthName , q_B.MaxTemp, q_B.MaxTempDay&lt;!--- does not appear to read alias ---&gt;&lt;br /&gt;FROM q_A, q_B&lt;br /&gt;WHERE q_A.MaxTemp = q_B.MaxTemp&lt;br /&gt; &lt;br /&gt;      &lt;/CFQUERY&gt;&lt;br /&gt;	  &lt;br /&gt;	  &lt;br /&gt;	  	  &lt;CFQUERY NAME=&quot;q_D&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;SELECT q_B.MonthName as MinMonthName, q_B.MinTemp, q_B.MinTempDay&lt;br /&gt;FROM q_A, q_B&lt;br /&gt;WHERE q_A.MinTemp = q_B.MinTemp&lt;br /&gt; &lt;br /&gt;      &lt;/CFQUERY&gt;&lt;br /&gt;	  &lt;br /&gt;	  &lt;br /&gt;	   &lt;CFQUERY NAME=&quot;q_E&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;SELECT  q_D.MinTemp, q_D.MinTempDay, q_C.MaxTemp, q_C.MaxTempDay,q_C.MaxMonthName,q_D.MinMonthName&lt;br /&gt;FROM q_C, q_D&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;      &lt;/CFQUERY&gt;&lt;br /&gt;&lt;br /&gt;      &lt;cfreturn q_E&gt;&lt;br /&gt;The return I obtain is only the second  Month name i.e q_D.MinMonthName and it 's column name shows as MonthName</description>
		<dc:creator>I'mAndy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-25T11:37:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20441">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20441</link>
		<description>One other comment... what about subqueries?&lt;br /&gt;&lt;br /&gt;USING:&lt;br /&gt;&lt;cfquery name=&quot;qryPossibleParts&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;SELECT ThisID, Name, D_N, SUM(ThisNum) as Entered&lt;br /&gt;FROM (SELECT ThisID, Name, D_N, 0 as ThisNum&lt;br /&gt;     FROM qryPossibleEmpParts&lt;br /&gt;     UNION&lt;br /&gt;     SELECT part_ID, Part_Name, D_N, 1 as ThisNum&lt;br /&gt;     FROM qryCurrentParts, qryPossibleEmpParts&lt;br /&gt;     WHERE part_ID = ThisID)&lt;br /&gt;GROUP BY ThisID, Name, D_N&lt;br /&gt;HAVING Entered = 0&lt;br /&gt;ORDER BY Name&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;Note: I have both aliased and non-aliased the subquery into its own table name... error states a problem at line 0 column 0 regarding the '('&lt;br /&gt;&lt;br /&gt;So. this leads me to believe subqueries are not allowed using the dbtype=&quot;query&quot;, although one can push precedence in multiple UNION queries (and where clauses) via the use of parens.</description>
		<dc:creator>sinistral</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-24T09:57:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20440">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#20440</link>
		<description>It appears the cfquery with dbtype will only recognize INNER JOIN which means that a LEFT OUTER JOIN or [any] OUTER JOIN is not allowed. Is there a way to work around this, or fix this?</description>
		<dc:creator>sinistral</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-24T09:43:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19829">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19829</link>
		<description>No one seems to understand why I am getting these errors. It work fine on my dev pc. Uploaded, it errors. My webhost and I are running the same software environment (I know something is different, Just can figure it out.). &lt;br /&gt;&lt;br /&gt;Main Query:&lt;br /&gt;&lt;cfquery name=&quot;search_mags&quot; datasource=&quot;mag_prices&quot; cachedwithin=#CreateTimeSpan(ctd,cth,ctm,cts)#&gt;&lt;br /&gt;	select * from #prices#&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error Occurred While Processing Request  &lt;br /&gt;Error Executing Database Query.  &lt;br /&gt;&lt;br /&gt;Query Of Queries runtime error.&lt;br /&gt;&lt;br /&gt;Query Of Queries runtime error.&lt;br /&gt;Can't convert the string ZZZZ to java type DOUBLE  &lt;br /&gt;  &lt;br /&gt;The error occurred in C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 15&lt;br /&gt;Called from C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 7&lt;br /&gt;Called from C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 1&lt;br /&gt;Called from C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 15&lt;br /&gt;Called from C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 7&lt;br /&gt;Called from C:\Sites\accounts\tedciotti\buymagscheap.net\www\nav\search.cfm: line 1&lt;br /&gt; &lt;br /&gt;13 : 		select *&lt;br /&gt;14 : 		from search_mags&lt;br /&gt;15 : 		where magazine like '#searchName#%'&lt;br /&gt;16 : 		ORDER BY MAGAZINE,YEARS&lt;br /&gt;17 : 		&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt; &lt;br /&gt;SQL    select * from search_mags where magazine like 'R%' ORDER BY MAGAZINE,YEARS  &lt;br /&gt; &lt;br /&gt;______________________________________________&lt;br /&gt;*****************************************************************&lt;br /&gt;The code:&lt;br /&gt;&lt;br /&gt;	&lt;cfif isdefined(&quot;searchAlpha&quot;)&gt;&lt;br /&gt;		&lt;cfset searchName=#UCase(trim(searchAlpha))#&gt;&lt;br /&gt;		&lt;cfset rcode=&quot;searchAlpha&quot;&gt;&lt;br /&gt;		&lt;cfset rcode1=&quot;#searchName#&quot;&gt;&lt;br /&gt;		&lt;cfquery dbtype=&quot;query&quot; name=&quot;qLookupMag&quot;&gt;&lt;br /&gt;		select *&lt;br /&gt;		from search_mags&lt;br /&gt;		where magazine like '#searchName#%'&lt;br /&gt;		ORDER BY MAGAZINE,YEARS&lt;br /&gt;		&lt;/cfquery&gt;&lt;br /&gt;	&lt;cfelseif isdefined(&quot;promo&quot;)&gt;&lt;br /&gt;		&lt;cfset searchName=&quot;Special Publisher's Deals!&quot;&gt;&lt;br /&gt;		&lt;cfset rcode=&quot;promo&quot;&gt;&lt;br /&gt;		&lt;cfset rcode1=&quot;1&quot;&gt;&lt;br /&gt;		&lt;cfquery dbtype=&quot;query&quot; name=&quot;qLookupMag&quot;&gt;&lt;br /&gt;		select *&lt;br /&gt;		from search_mags&lt;br /&gt;		where TRADECONSU = 'P' or comments1 = 'MAGAZINE OF THE MONTH'&lt;br /&gt;		ORDER BY MAGAZINE,YEARS&lt;br /&gt;		&lt;/cfquery&gt;&lt;br /&gt;	&lt;cfelseif isdefined(&quot;best&quot;)&gt;&lt;br /&gt;		&lt;cfset searchName='Top Best Values, Save at least 50%'&gt;&lt;br /&gt;		&lt;cfset rcode=&quot;best&quot;&gt;&lt;br /&gt;		&lt;cfset rcode1=&quot;1&quot;&gt;&lt;br /&gt;		&lt;cfquery dbtype=&quot;query&quot; name=&quot;qLookupMag&quot;&gt;&lt;br /&gt;		select *&lt;br /&gt;		from search_mags&lt;br /&gt;		where savings &gt; 49.99&lt;br /&gt;		order by savings desc&lt;br /&gt;		&lt;/cfquery&gt;&lt;br /&gt;	&lt;cfelseif isdefined(&quot;searchNumber&quot;)&gt;&lt;br /&gt;		&lt;cfset searchName=#UCase(trim(searchNumber))#&gt;&lt;br /&gt;		&lt;cfset rcode=&quot;searchNumber&quot;&gt;&lt;br /&gt;		&lt;cfset rcode1=&quot;#searchName#&quot;&gt;&lt;br /&gt;		&lt;cfquery dbtype=&quot;query&quot; name=&quot;qLookupMag&quot;&gt;&lt;br /&gt;		select *&lt;br /&gt;		from search_mags&lt;br /&gt;		where magazine like '%#searchName#%'&lt;br /&gt;		ORDER BY MAGAZINE,YEARS&lt;br /&gt;		&lt;/cfquery&gt;&lt;br /&gt;	&lt;cfelse&gt;&lt;br /&gt;		&lt;cfset searchName=#UCase(trim(searchMag))#&gt;&lt;br /&gt;		&lt;cfset rcode=&quot;searchMag&quot;&gt;&lt;br /&gt;		&lt;cfset rcode1=&quot;#searchName#&quot;&gt;&lt;br /&gt;		&lt;cfquery dbtype=&quot;query&quot; name=&quot;qLookupMag&quot;&gt;&lt;br /&gt;		select *&lt;br /&gt;		from search_mags&lt;br /&gt;		where magazine like '%#searchName#%' or comments1 like '%#searchName#%'&lt;br /&gt;		ORDER BY MAGAZINE,YEARS&lt;br /&gt;		&lt;/cfquery&gt;&lt;br /&gt;	&lt;/cfif&gt;</description>
		<dc:creator>tedkatie</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-10T05:45:26</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19084">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19084</link>
		<description>Can you delete with queries of queries.&lt;br /&gt;For example, if  I'm going to use the same parent query for many sub queries and I don't want the same row returned more than once.</description>
		<dc:creator>redeyedcfc</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-28T00:07:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19065">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#19065</link>
		<description>Server side. Your mileage may vary depending on the processing in your QofQ SELECT statement, the size of your result set, available JVM heap size, and your server processing speed.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-07-27T12:53:28</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18970">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18970</link>
		<description>Are record sets created client side, or does the server do the work?  If the server does the work, how does this increase response time?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-26T08:45:39</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18966">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#18966</link>
		<description>why does this inner join work?&lt;br /&gt;&lt;br /&gt;&lt;cfquery name=&quot;qCat&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;    select * from application.categories&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;cfquery name=&quot;qprop&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;    select * from application.property&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfquery name=&quot;qSearch&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;    SELECT address, Number_of_Rooms_Description, rent, deposit&lt;br /&gt;    FROM   qProp, qCat &lt;br /&gt;    where qProp.idCategory = qCat.idCategory&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;but this does not?&lt;br /&gt;&lt;br /&gt;&lt;cfquery name=&quot;qSearch&quot; dbtype=&quot;query&quot;&gt;&lt;br /&gt;    SELECT address, Number_of_Rooms_Description, rent, deposit&lt;br /&gt;    FROM   application.property, application.categories &lt;br /&gt;    WHERE  application.property.idCategory=application.categories.idCategory&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;br /&gt;I get this error&lt;br /&gt;&lt;br /&gt;Query Of Queries syntax error.&lt;br /&gt;Encountered &quot;application . property .&quot; at line 0, column 0. Incorrect conditional expression, Expected one of [like|null|between|in|comparison] condition</description>
		<dc:creator>rippo123456</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-26T03:50:47</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#15281">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#15281</link>
		<description>&amp;lt;cfdirectory action=&quot;LIST&quot; directory=&quot;#variables.backupFolder#&quot;&lt;br /&gt;name=&quot;qDirectoryListing&quot; sort=&quot;datelastmodified&quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;cfquery name=&quot;qTodaysFiles&quot; dbtype=&quot;query&quot;&amp;gt;&lt;br /&gt;	select * from qDirectoryListing where datelastmodified = #now()#&lt;br /&gt;&amp;lt;/cfquery&gt;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-23T21:09:43</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13521">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13521</link>
		<description>Query of Queries does not allow aliases on tables, only columns, so you cannot do a self join.&lt;br&gt;We have entered an enhancement request, number 55265, for this feature.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-04-28T09:05:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13046">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#13046</link>
		<description>How can I use a inner join, to query a self-join? The Notes above mention that you can't use aliases on a table (only columns). I'm trying to pull geneological information so all people are listed in the same table. any ideas how this can be performed in CF?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-04-17T12:59:36</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4325">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4325</link>
		<description>Try the BNF syntax on the next page. That seems to work for most people (although I think it's kind of dense).</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2003-12-04T07:02:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4310">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#4310</link>
		<description>I would like to see a complete QoQ reference, too. Like really bad.</description>
		<dc:creator>clementi</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-12-03T14:45:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1605">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1605</link>
		<description>Where is the full documentation on the full QofQ syntax?&lt;br /&gt;i.e. I'd love to use the LEFT function in a query but there is no syntax documentation available.&lt;br /&gt;I'd also love to know explicitly which functions are available and how to use them.</description>
		<dc:creator>Paul Murphy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-09-02T14:03:28</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1091">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#1091</link>
		<description>Will outer joins ever be supported?</description>
		<dc:creator>Wild_Cujo</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-07-02T19:50:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#946">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/using_recordsets4.htm#946</link>
		<description>This document does not EXPLICITLY say anything about Inner Joins on more than 2 tables.</description>
		<dc:creator>bhogue</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-03-13T10:07:00</dc:date>
	</item>
	</rdf:RDF>

