Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View optimization
Message
From
29/06/2000 17:27:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00386205
Message ID:
00386788
Views:
17
>>>That means that there is a difference between using something like "prov_id = providers.iid" and "pr_address.prov_id = providers.iid"????
>>
>>You must exactly match what is there. You'll need a tag on prov_id.
>
>Hi Craig,
>
>I probably should've been more explicit in my question. The differences between something like "upper(a + b)" and "upper(a) + upper(b)" are obvious. The doubts I have is whether including the alias in the expression affects it at all. That's why I asked. Currently my tag in pr_address is simply on "prov_id", but in the sql, I refer to it as pr_address.prov_id (now it has an alias).
>
>Does that make a difference?

VFP doesn't care either way.

>Also, what about aesthetic differences? For instance "UPPER( A )" vs. "upper(A)". Both are functionally equivalent and should be interpreted exactly the same way by vfp, but one is all in caps and has spaces around the 'a' while the other isn't.

Again, VFP doesn't care.

>
>Thanks very much for you patience and also thanks for the explanation on the 3-table joins.

No problem. Glad I could help.

>
>alex
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform