Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I optimize this query?
Message
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 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00982000
Message ID:
00982008
Vues:
58
>No it is not NULL, Partida field is numeric
Try and let me know result
SELECT Partida.Name, cRs.Partida;
       FROM cRs;
       LEFT JOIN Partida ON cRs.Partida == Partida.Kod;
       WHERE cRs.Partida IS NOT NULL ;
       ORDER BY cRs.Partida;
       INTO CURSOR cEl
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform