Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retriving all the moving and dead items
Message
From
24/10/2005 03:16:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Retriving all the moving and dead items
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01061540
Message ID:
01061540
Views:
40
Dear Experts,

I have header table and detailed table, i want to retrive all the data from header table
+ and the data from datailed table in which heder id = detailed id.

A-> Header table
B-> Detailed table

select A.code, A.Desc, B.Cost, B.Qty from A
inner join B on A.Code = B.Code where Substring(B.Voucher,1,3)= 'ABC'

this is retriving all the datas which are commen in both tables,
but i want retrive all the data same as above + some items are in header table
which are not participate in transactions(These items are can not find in detailed file).

Or, for Exmaple

Header Table -> 10 rows
Deatled Table -> 6 rows

Resulted table should contain 16 rows with contions as above

How will do it, pls help

Thanks in advance

Regards
Abdulla
Next
Reply
Map
View

Click here to load this message in the networking platform