Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-699

Create a table using LIKE

    XMLWordPrintableJSON

Details

    Description

      Creating a table from existing table is very useful function for users. So, we should support CREATE TABLE LIKE The grammar is as follows:

      CREATE TABLE <table_name> LIKE <source_table_name>
      

      For reference, the LIKE clause specifies a table from which the new table automatically copies all column names, their data types.

      Attachments

        1. TAJO-699.patch
          17 kB
          Prafulla T

        Activity

          People

            prafulla Prafulla T
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: