How to list all hive databases being in use or created so far?

前端 未结 3 1552
离开以前
离开以前 2021-02-18 14:29

Similar to SHOW TABLES command, do we have any such command to list all databases created so far?

3条回答
  •  半阙折子戏
    2021-02-18 15:17

    show databases;

    The above query will list all the databases available in the hive metastore.

提交回复
热议问题