If you want to list down all tables contains same string in same database then use below command.
hive > show tables like '*tablename*';
Similarly for Database
hive > show databases like '*dbname*';
hive > show tables like '*tablename*';
Similarly for Database
hive > show databases like '*dbname*';
No comments:
Post a Comment