List Tables in Hive Database

Raymond Raymond visibility 3,556 event 2022-07-08 access_time 2 years ago language English

The following code snippet shows you how to list all the tables within a Hive database.

Code snippet

show tables in [database name];

Example:

show tables in test_db;
test_table

The result shows that there is only one table named test_table in test_db.

More from Kontext
copyright This page is subject to Site terms.
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts