VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
return sum of a specific column from all table Posted by isac on 28 Aug 2012 at 7:59 PM
Please help me with this

I want to list all tables in ms access database and total of a specific column (I have a column name "total" in all tables).I found sql statement that returns list of table names but how do I get a column sum from all tables and place next to corespoding table?

I have tried so far

select table_name from information _schema.columns where column_name=”total”


any bit of info would be helpful





 

Recent Jobs