Implement "SHOW TABLES {FROM | IN} db_name"
-------------------------------------------
Key: HIVE-1636
URL: https://issues.apache.org/jira/browse/HIVE-1636
Project: Hadoop Hive
Issue Type: New Feature
Components: Query Processor
Reporter: Carl Steinbach
Assignee: Carl Steinbach
Make it possible to list the tables in a specific database using the following
syntax borrowed from MySQL:
{noformat}
SHOW TABLES [{FROM|IN} db_name]
{noformat}
See http://dev.mysql.com/doc/refman/5.0/en/show-tables.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.