Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/LanguageManual/DDL" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=31&rev2=32

--------------------------------------------------

  You can use ALTER TABLE DROP PARTITION to drop a partition for a table. This 
removes the data and metadata for this partition. Partition value should be 
quoted only if it is a string.
  
  {{{
- alter table page_view drop partition(dt='2008-08-08', country='us')
+ alter table page_view drop partition(dt='2008-08-08', country='us');
  }}}
  
  

Reply via email to