QofQ doesn't support subqueries.

cheers,
barneyb

On 11/9/05, Lee <[EMAIL PROTECTED]> wrote:
> I'm having trouble doing a subquery using a query of
> queries. Is this even possible or am I doing something
> wrong. I have the simplified code below. Thanks.
>
> <cfquery name="OOrder" datasource="database" dbtype="ODBC"
> >
> SELECT    Zip
> FROM         UPS
> </cfquery>
>
>
> <cfquery name="Minneapolis"  dbtype="Query" >
> SELECT    *
> FROM  OOrder
> Where zip IN (Select Zip from cstSpecialZip)
> </cfquery>
>

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223743
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to