BruceBussell
Programmer
How can you add the results of two $amount Oracle subquery fields together using their AS subquery column names
I get invalid column name errors when I try to reuse and add them together using the subquery results AS column names lower down in the main SQL script, although they display OK coming out of the subqueries.