Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching on SSN between .MDB and .DBF (or not)
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01157591
Message ID:
01157604
Views:
20
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform