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:
01157605
Views:
16
>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.

HA!
SET ANSI ?
SET EXACT ?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform