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:
01080581
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. ;-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform