You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/09/15 03:51:33 UTC

[jira] Created: (HIVE-1636) Implement "SHOW TABLES {FROM | IN} db_name"

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.