mysql下show tables 需要有like, 用%模糊匹配查表名
mysql> show tables like '%user%';hive下show tables 不需要用like ,用*模糊匹配查表名
hive>SHOW TABLES '*ihgu*';mysql下show tables 需要有like, 用%模糊匹配查表名
mysql> show tables like '%user%';hive下show tables 不需要用like ,用*模糊匹配查表名
hive>SHOW TABLES '*ihgu*';
文章评论