How can you create dynamic query?
2127
17-May-2011
Updated on 23-Sep-2020
Anonymous User
17-May-2011In coldfusion, CFQUERY give full provision to write all conditional logic & looping to derive the dynamic sql statement to execute. You can use dynamic SQL to accomplish tasks such as adding WHERE clauses to a search based on the fields that the user filled out on a search criteria page.