Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What may be a problem here?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01534642
Message ID:
01534653
Vues:
56
You don't need 1=1 when you have .T.

>
>Too many WHERE clauses also :-)
>To have something like CROSS JOIN in VFP you could do something like this:
>
>CREATE CURSOR crsTest1 (Fld1 I)
>CREATE CURSOR crsTest2 (Fld1 I)
>INSERT INTO crsTest1 VALUES (1)
>INSERT INTO crsTest2 VALUES (1)
>INSERT INTO crsTest2 VALUES (2)
>
>SELECT *;
>FROM crsTest1, crsTest2
>
>*** or
>SELECT *;
>FROM crsTest1;
>INNER JOIN crsTest2 ON 1=1
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform