Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query too complex
Message
From
20/02/2009 09:00:01
 
 
To
19/02/2009 22:30:54
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Miscellaneous
Thread ID:
01383004
Message ID:
01383059
Views:
78
This message has been marked as the solution to the initial question of the thread.
>Hi,
> Anyone have any idea why the following code would be throwing a "Too Complex" error.
>
>
>Delete From pattern ;
>Where pattern.patid In (Select CurRemove.patid From CurRemove) ;
>.and. xpat.patid Not In (Select CurExcept.patid From CurExcept)
>
the DELETE SQL WHERE support one subqruery only.
Delete From pattern ;
Where patid In (Select patid From CurRemove WHERE patid NOT In (Select patid From CurExcept))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform