Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WHERE clause with JOIN syntax
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01080471
Message ID:
01080583
Views:
19
>> Being really pedantic I can not be silent for the fact that one letter
>> aliases is considered a bad practice. Use two letters at least.
>
>OK.
select aaaaaa.field1, aaaaaa.field2, bbbbbb.fieldfrombbbbbb ;
>from table1 aaaaaa ;
>inner join table2 bbbbbb on bbbbbb.somefield=aaaaaa.somefield;
>where aaaaaa.field1="X"
>
>Golly. That's a lot clearer. ;-)

LOL. Well, it's much better now <g>
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform