Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Matching two cursors
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01337257
Message ID:
01337304
Vues:
8
This message has been marked as the solution to the initial question of the thread.
Here is correct syntax

Re: Syntax error Thread #1247986 Message #1248330

and it seems I was correct. It was just a typo.
DELETE tPrinters from tPrinters LEFT JOIN ptTemp T on UPPER(tPrinters.Nome) = UPPER(T.nome) where T.Nome is NULL
>I realize that when I stop thinking and go walking than solutions appear in my mind
>Yet, I insist in stay long non-stop hours working
>
>About your code below, I have a message error
>
>"Object tPrinters not found"
>
>Sorry if I seem lazy, but I am really not used to SQL
>
>
>DELETE tPrinters from tPrinters LEFT JOIN ptTemp T on UPPER(tPrinters.Nome) = UPPER(T.nome) where T.Nome is NULL
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform