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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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.