PageRenderTime 172ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/metastore/scripts/upgrade/derby/002-HIVE-1068.derby.sql

#
SQL | 2 lines | 1 code | 0 blank | 1 comment | 0 complexity | 897660cc55b3fdc01a1ad8b06d0335e4 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. -- HIVE-1068: CREATE VIEW followup: add a 'table type' enum attribute in metastore
  2. ALTER TABLE "TBLS" ADD COLUMN "TBL_TYPE" VARCHAR(128);