공부
[Hive] show create table schema
승가비
2020. 5. 2. 18:23
728x90
SHOW CREATE TABLE myTable;
How to get/generate the create statement for an existing hive table?
Assuming you have "table" already in Hive, is there a quick way like other databases to be able to get the "CREATE" statement for that table?
stackoverflow.com
728x90