Is it possible to have a simple query have a sub query using QofQ. It sounds like it could work but how do you determine the datasource?
What I am getting at is
<cfquery datasource="mydsn">
Select thedate from datetable where thedate in (select * from the QofQResult)
</cfquery>
How would you get the above to work?
Thanks
Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

