Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Funny BUG and Serious ISSUE
Message
De
02/04/2005 15:55:18
 
 
À
02/04/2005 13:50:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01001002
Message ID:
01001012
Vues:
16
Hi Fabio,

You are correct. There is a bug here. The following query is illegal in VFP and should fail:
SELECT ;
 id;
, !ISNULL((SELECT .T. FROM PivotConstant WHERE EXISTS(SELECT*FROM tree WHERE parentId=T.id))) hasChild;
FROM tree T
It is illegal in VFP because correlation is supported only to immediate parent query.

Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform