Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can select records where in a cursor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00615512
Message ID:
00615580
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
>>
... where fk_task_id in (select TaskID from tasks)
>
>I Knew that. I was wondering if I could replace the (select TaskID from tasks) with only the cursor name. So the select doesn't have to execute.


Roi,

It really doesn't matter as the cursor tasks is local and your subselect has no filter on it, VFP is always going to use the cursor itself rether than pull records from it to another cusros.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform