You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by igyu <ig...@21cn.com> on 2021/08/16 03:29:18 UTC

How can I get calls the number of times some of table

I want get calls the number of times some of table

like
select * from chinese_part;
select * from chinese_part;
select * from chinese_part;

chinese_part table calls the number of times is 3

How can I get that statistical information



igyu