Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete from ...select issue
Message
From
13/09/2007 19:25:39
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01254242
Message ID:
01254247
Views:
17
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform