Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete from ...select issue
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01254242
Message ID:
01254246
Vues:
10
Hi Boris:)
FormName is not unique and must be qualified error gives :( your syntax
when i tried like below
lcSource01=[user01]
lcTarget01=[userforms]

	Delete user01;
		From user01;
		INNER Join (Select formName;
		FROM (m.lcSource01) cSrc1;
		LEFT Join (m.lcTarget01) cSrc2 On cSrc1.formName == cSrc2.formName;
		WHERE cSrc2.formName Is Null) cSrc3;
		ON user01.formName == cSrc3.formName
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform