Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need to put something - if it's there or not
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01147940
Message ID:
01149847
Views:
11
I read 'cracked' as 'broke'.
But it'll return more than one record when operator have matching route and empty one in the RF1 table. Also, you don't need LEFT JOIN if you want to ignore operators w/o any records in RF1.


>Why yes. In message #1149276 I said:
>
>
>Thanks Sergey.
>
>No, that didn't work. I seem to have cracked it with:
>
>...
> LEFT JOIN RF1 ;
> On NET.Operator == RF1.Operator ;
> and ( NET.Route == RF1.ERoute ;
> or EMPTY( RF1.ERoute) ) ;
>...
>

>
>That's why I asked if you thought that wasn't robust enough. I certainly haven't yet tried it with every permutation of data.
>
>Also, I just need to let you know that I so appreciate your trouble.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform