Hi I need to compare number of records as in before cutover and after cutover from production,which requires me to perform select count(*) from all tables, I would like to know if there are shorter methods to compare?
I have run a script that lists the select count(*) from all tables in tab, but when i run this it just gives the count,
how can i make the table name appear before the count in order to make the comparison easier?
please help.
thanks.
I have run a script that lists the select count(*) from all tables in tab, but when i run this it just gives the count,
how can i make the table name appear before the count in order to make the comparison easier?
please help.
thanks.