Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8678

Re: Record count from 500 tables

$
0
0

Well, may be you can create a table (T_TABLES) with just one column (C_TAB_NAME). Insert your 500 table names to this table and then set up a join with M_CS_TABLES and T_TABLES on table_name = t_tab_name and get the output.

 

You can always modify the records from T_TABLES and get the output.

 

Ravi


Viewing all articles
Browse latest Browse all 8678

Trending Articles