EasyCFM.COM ColdFusion Forums / Coding Help! / query inside a query

   Reply to Discussion | New Discussion << previous || next >> 
Posted By Discussion Topic: query inside a query

book mark this topic Printer-friendly Version  send this discussion to a friend  new posts last

ned57
12-04-2006 @ 5:05 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 90
Joined: Aug 2006

right i got a function where inside a queary i got a cfif statement, which displays an output of another query if hte statement is true. but i cannot get the it to work as coldfusion dont like nested queries. is there another way for this.
thanks

_____________________
I LOVE THE IMPOSSIBLE

CJE
12-04-2006 @ 8:41 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 69
Joined: Apr 2005

I would run the first query and then if the other query statement is true, then I would run that one.

Then If the query statement was true I would write a query of queries to Join the two queries together, it it was false, then I would just use the results of the first query. Hope this helps

ned57
12-04-2006 @ 9:26 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 90
Joined: Aug 2006

i done my structure similar to this, tell me if this is what you mean.
EG.
<cfoutput query switch>
<cfif #content# eq 1>
<cfoutput query 1>
#1#
#2#
#3#
</cfoutput>
</cfoutput>

now is this what you mean if so then this dont work as you cant have nested queries

_____________________
I LOVE THE IMPOSSIBLE

CJE
12-04-2006 @ 10:26 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 69
Joined: Apr 2005

I meant to Query of Queries before the output. Get the information from using Query of Queries, and then output the Query of Query Results.
<cfquery 1stQuery>
<cfif #content# eq 1>
     <cfquery 2ndQuery>
</cfif>
<cfquery datasource="query" 3rdQuery>
     Do select and Join 1stQuery and 2ndQuuery
</cfquery>
<cfoutput>
     3rdQuery
</cfoutput>




ned57
12-04-2006 @ 10:42 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 90
Joined: Aug 2006

thanks for that i'll give it a shot and i'll let you know how it goes.


_____________________
I LOVE THE IMPOSSIBLE

ned57
12-06-2006 @ 3:48 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 90
Joined: Aug 2006

hey thanks mate got it to work, really appreciate your help.

_____________________
I LOVE THE IMPOSSIBLE

CJE
12-06-2006 @ 8:24 AM
Reply
Edit
Profile
Send P.M.
My Gravatar!
Powered by Gravatar
Junior Member
Posts: 69
Joined: Apr 2005

You are very welcome mate. Glad you got it working.

Sponsored By...
iOpenSoft, LLC is a Houston, Texas Advanced Technology Studio Specializing in Web Design, Web Development, iPhone App Development and Android App Development.