Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any alternative ways for this SQL statement?
Message
From
18/07/2000 05:30:57
Walter Meester
HoogkarspelNetherlands
 
 
To
18/07/2000 03:01:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00393654
Message ID:
00393692
Views:
30
John,

maybe the following works for you.
SELECT SUM(addlog.tran_bal) AS TTotal, SUM(eftlog.tran_bal) AS PTotal ;
    FROM addlog FULL OUTER JOIN eftlog ON .t. = .f.
Walter,

>Hi,
> Thank you for reply. Any way to not using cursor?
>
>Thank you
Previous
Reply
Map
View

Click here to load this message in the networking platform