Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any alternative ways for this SQL statement?
Message
De
18/07/2000 05:30:57
Walter Meester
HoogkarspelPays-Bas
 
 
À
18/07/2000 03:01:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00393654
Message ID:
00393692
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform