Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Cursor
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01591784
Message ID:
01591810
Vues:
64
I am getting an error read on the second line - anyone know why? tnx k
CREATE CURSOR email (email C(40))
INSERT INTO Email (Email)     &&&  syntax error
select email from myDbf1 ;
UNION ;
SELECT email from myDBF2;
UNION ;
SELECT email from myDBF3;
UNION ;
SELECT email from myDBF4
>
>UNION eliminates duplicates so the resulting cursor will have all unique emails from your 4 DBFs.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform