I have to get distinct values of all the columns for more than 50 tables in Teradata, is there any easy way to do that?
I don't want to keep on typing
select count(*), count(distinct A), count(distinct B), .......
from xyz;
I have to get distinct values of all the columns for more than 50 tables in Teradata, is there any easy way to do that?
I don't want to keep on typing
select count(*), count(distinct A), count(distinct B), .......
from xyz;