4
How to add up the result of Count of different tables in SQL Server?
Example:
Table WORKS has 755614 Records
SELECT count(*) from OBRAS;
Table TITLES has 85106 Records
SELECT count(*) from TITULOS;
Table AUTHORS has 19029 Records
SELECT count(*) from AUTORES;
Have any answers solved what was in doubt? Do you need something else to be improved? Do you think it is possible to accept it now?
– Maniero