Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore only apply with keyword INNER JOIN?
Message
From
20/06/2006 23:32:03
 
 
To
20/06/2006 23:30:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01130407
Message ID:
01130409
Views:
20
>Instead of using INNER JOIN to link-up 2 or more tables, I would like to know that if I use another method for example :-
>
> SELECT a.*, b.Field1 FROM table1 a, table2 b WHERE a.KEY=b.KEY
>
>Will rushmore be applied with this SQL syntax?

As long as the tags are present, it should be. As for me, I have a preference to always have only one table name assigned to the FROM clause. All the rest falls in the INNER JOIN syntax.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform