CF Database Query

What is Query of Query Concept?

Questions by kunchaparthi

Showing Answers 1 - 3 of 3 Answers

g_ganesan

  • Apr 2nd, 2008
 

Creating a Database Query/Queries that uses the existing query's output without accessing the database tables

for example:
<cfquery>
db query reference : #existing query name.ID or name  ... #
</cfquery>

use <cfdump> or <cfoutput>  to check the output of existing query, used for the new query. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions