Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete from ...select issue
Message
De
13/09/2007 19:25:39
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
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:
01254247
Vues:
18
>Hi Boris:)
>FormName is not unique and must be qualified error gives :( your syntax
>when i tried like below

Well, there's only one line with unqualified formName, so change the Inner Join line like this:

>
>lcSource01=[user01]
>lcTarget01=[userforms]
>
>	Delete user01;
>		From user01;
>		INNER Join (Select cSrc1.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
>

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform