Details

    Description

      SHOW TABLES and SHOW VIEWS are not SQL standard-compliant commands. 

      MySQL supports SHOW TABLES which lists the non-TEMPORARY tables(and views) in a given database, and doesn't support SHOW VIEWS.

      Oracle/SQL Server/PostgreSQL don't support SHOW TABLES and SHOW VIEWS. A workaround is to query a system table which stores metadata of tables and views.

      Hive supports both SHOW TABLES and SHOW VIEWS. 

      We follows the Hive style which lists all tables and views with SHOW TABLES and lists only views with SHOW VIEWS. 

      Attachments

        Issue Links

          Activity

            People

              docete Zhenghua Gao
              docete Zhenghua Gao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: