Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can select records where in a cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Can select records where in a cursor
Divers
Thread ID:
00615512
Message ID:
00615512
Vues:
41
Is is possible to use a cursor as the IN clause of the where clause of a select statement?

I have the following now:
Create Cursor Tasks (taskID I)
Append From Array thisform.snptaskrange1.selecteditems
	
** now build the real cursor
Select * ;
	from rsAllWos ;
	where fk_task_id in (select * from tasks) ;
	into Cursor rsWoTaskSubset
Is there some way to do:
where fk_task_id in (tasks)
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform