We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1622e8c commit 2c5ab51Copy full SHA for 2c5ab51
Big Data/Hive.md
@@ -16,7 +16,7 @@ If you do not start "beeline" you will be trying to access Hive Metastore and HD
16
17
- To Show Tables ```hive> show tables;```
18
19
-- Drop Table ``` hive> drop table dw_table_count;```
+- Drop Table ``` hive> drop table table_name;```
20
21
## Script Execution
22
0 commit comments