Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I optimize this query?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00982000
Message ID:
00982008
Views:
55
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform