Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - What's different?
Message
From
23/01/2003 10:42:21
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
23/01/2003 10:19:08
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744726
Message ID:
00744735
Views:
7
> When I first learned SQL syntax, I wrote my own selects like

> SELECT field1, field2, field3 FROM table1, table2 WHERE table1.field1 =
> table2.field1

> Now, I'm using VFP 7/8 View Designer, and their format for the same would
> be

> SELECT field1, field2, field3 FROM table1 INNER JOIN table2 ON
> table1.field1 = table2.field1

> So, I'm wondering what/why the difference is between the statements.


Hi!

For me, there is not functional difference between the statements, it do the same thing. I find that the difference is only visual, in the way write, a implicit and another explicit.

Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform