Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inner join
Message
From
27/02/2003 06:23:01
 
 
To
27/02/2003 06:13:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00758651
Message ID:
00758656
Views:
24
Suppose two tables, Master and Detail.

Master structure:
masterId
masterFieldA

Detail structure:

detailId
masterId (to relate with Master table)
detailFieldA
detailFieldB

SQL Select statement would be:

Select M.*, D.* From Master M Inner Join Detail D ON D.masterId = M.masterId

Hope this helps. Good Luck! ;)
Pablo Márcio de Oliveira

Inside the scream is silent, inside it must remain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform