Skip to content

Instantly share code, notes, and snippets.

private struct function myFunction() {
var qryData = queryExecute(
"SELECT TOP 1 CAST( coreDate as date ) AS lastCoreDate, *
FROM coreData
WHERE coreDate IS NOT NULL
AND (
(
subID = :subID
AND coreName = :coreName
) OR (
<cfscript>
myObj = createObject("component",'test');
writeDump(myObj.genericContainer());
</cfscript>