Skip to content

Commit 2c5ab51

Browse files
author
Santosh Konchada
authored
Update Hive.md
1 parent 1622e8c commit 2c5ab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Big Data/Hive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you do not start "beeline" you will be trying to access Hive Metastore and HD
1616

1717
- To Show Tables ```hive> show tables;```
1818

19-
- Drop Table ``` hive> drop table dw_table_count;```
19+
- Drop Table ``` hive> drop table table_name;```
2020

2121
## Script Execution
2222

0 commit comments

Comments
 (0)