Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Hive 0.14 バージョンで作成されたテーブル「student」があります。そのテーブルを削除したい。そのためにDELETEコマンドを使用できますか?
以下を使用できます。
DROP TABLE table_name_goes_here;