Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Correct SQL
Message
From
01/06/1999 03:14:47
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00224286
Message ID:
00224804
Views:
16
>>SELE TRANS_VNO, TRANS_DATE, TRANS_CODEFK, GLMST_NAME, TRANS_PART, TRANS_AMT, ;
>>TR2_CODE, GLMST_NAME, TR2_PART, TR2_AMT ;
>>FROM ACTRANS, ACGLMST, ACTR2 WHERE TRANS_CODEFK=GLMST_CODEPK AND ;
>>TRANS_KEYPK=TR2_KEYFK
>>
>>Can somebody give me the correct sql to get the right Glmst name...
>
>It looks like your missing a join condition between TR2 and GL Master, so your probably getting the same GLMST_NAME in both columns?
>
>what about something like...
>WHERE TRANS_CODEFK=GLMST_CODEPK ;
> AND TRANS_KEYPK=TR2_KEYFK ;
> AND TR2_CODEFK = GLMST_CODEPK

Thanks for your reply...

I tried this but it is not showing all the records...

Pls note that there is 1 to many relaiton between trans & tr2...

Pls advs..
Previous
Reply
Map
View

Click here to load this message in the networking platform