Answers for "hive batch drop table"

SQL
0

hive batch drop table

hive -e "show tables 'temp_*'" | xargs -I '{}' hive -e 'drop table {}'
Posted by: Guest on January-27-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language