Ask a Question related to Coldfusion Database Access, Design and Development.
-
T McDizzle #1
Query of Queries syntax issue
I have query 1 which has a list of names and query 2 which has ratings for the
names. Every rating from query 2 has a name in query 1, but not every name
from query 1 has a rating in query 2. I need to make a query of queries that
will result in a list of the suppliers from query 1 that do not have a rating
in query 2. I tried to do a left outer join, but syntax wouldnt allow it. I
also tried to use "not in", but that is not allowed in a query of a query
either. I just need to find a way to get the ones that do have a rating and
the ones that dont in a query with their respective names in either one query
or two. Any help would be appreciated. Thanks.
T McDizzle Guest
-
Query of Queries
I think that we're using 5 on both environments (not checked that though - they shouldn't be different anyway)... It seems that i've fixed it...... -
Query Of Queries syntax error
Hello I am running a Query of Queries and I'm getting the following error: Query Of Queries syntax error. Encountered "Section" at line 0, column... -
query of queries with avg()
cfmx 6.1 when i use avg() in a query of queries it rounds the results (actually rounds results down)...so i'm wondering if i am doing this... -
Coldfusion MX 6.1 Query of Queries issue
does any1 know if mx7 has fixed the query of queries runtime error issue which became apparant in mx6.1, where ColdFusion seemed not able to... -
Query of Queries on query New type query
In CF5 we have a page that creates a query, using queryNew and querySetCell and the like, we then used dbtype="query" and gave it's name so we could... -
Dan Bracuk #2
Re: Query of Queries syntax issue
You mean to say that something like this is not supported in Q of Q?
select some fields from query1
where name not in (#QuotedValueList(query2.rating)#)
Dan Bracuk Guest
-
T McDizzle #3
Re: Query of Queries syntax issue
I have resolved the issue finally. Thank you very much.
T McDizzle Guest



Reply With Quote

