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 VijendarGanta.
http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=32&rev2=33

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

  }}}
  SHOW PARTITIONS lists all the existing partitions for a given table. 
Partitions are listed in alphabetical order.
  
+ === Show Functions ===
+ {{{
+ SHOW FUNCTIONS "a.*"
+ }}}
+ SHOW FUNCTIONS lists all the user defined functions matched with string. To 
get all functions use ".*"
+ 
+ 
  === Describe Table/Column ===
  {{{
  DESCRIBE [EXTENDED] table_name[DOT col_name]

Reply via email to