Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
PhilHibbs
Creator II
Creator II

Drop Hive table before tHiveCreateTable

I can create a table using tHiveCreateTable, but is there a way of dropping the table first so I can create it afresh possibly with a changed structure?

 

Phil.

Labels (2)
3 Replies
vapukov
Master II
Master II

you always could use tHiveRow

manodwhb
Champion II
Champion II

@PhilHibbs,yes with tHiveRow you can delete Hive table.

manodwhb
Champion II
Champion II

@PhilHibbs,you can use the 

DROP TABLE IF EXISTS employee;

 in HiveRow.