Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any alternative ways for this SQL statement?
Message
From
18/07/2000 02:33:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Any alternative ways for this SQL statement?
Miscellaneous
Thread ID:
00393654
Message ID:
00393654
Views:
55
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...
Next
Reply
Map
View

Click here to load this message in the networking platform