I have a database with 150+ tables.
What I want to do, is get the total sum of 1 field in each of the tables, then take all those totals and add them together for 1 grand total.
Is this possible? If so, how do I do it without 8 million lines of code?
Thanks for the help