Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Matching on SSN between .MDB and .DBF (or not)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01157591
Message ID:
01157604
Vues:
21
Borislav...

>What is the result of that query:
SELECT jet.last_name,jet.first_name,jet.ssn;
FROM jet;
LEFT JOIN Person ON jet.ssn == Person.Ssn;
WHERE Person.ssn IS NULL
The result is the same (i.e....it is WRONG).
>WAIT WINDOWS TRANSFORM(LEN(jet.ssn))+[   -   ]+TRANSFORM(LEN(Person.ssn))
C - C
>WAIT WINDOWS TYPE([jet.ssn])+[   -   ]+TYPE([Person.ssn])
11 - 11

Actually, I was finding this problem before when JOINING, and that is why I was trying to figure out using the sub-SELECT.
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform