Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any alternative ways for this SQL statement?
Message
De
18/07/2000 02:33:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Any alternative ways for this SQL statement?
Divers
Thread ID:
00393654
Message ID:
00393654
Vues:
50
Hi,
Any alternative SQL statement to replace the SQL statenment below?
SELECT SUM(TTotal), SUM(PTotal) 
FROM 
   (SELECT SUM(addlog.tran_bal) AS TTotal, 
    SUM(0) AS PTotal 
    From Addlog Union 
         SELECT SUM(0) AS Total, 
            SUM(eftlog.tran_bal) AS PTotal 
            FROM eftlog)
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform