You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by Apache Wiki <wi...@apache.org> on 2013/07/22 13:26:27 UTC

[Tajo Wiki] Update of "QueryLanguage" by JinhoKim

Dear Wiki user,

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

The "QueryLanguage" page has been changed by JinhoKim:
https://wiki.apache.org/tajo/QueryLanguage?action=diff&rev1=1&rev2=2

Comment:
TAJO-70: Refactor GlobalEngine to handle DDL statements

    using <storage_type> [with (<key> = <value>, ...)] LOCATION '<path>'
  }}}
  
+ === DROP TABLE ===
+ {{{
+ DROP TABLE <table_name>
+ }}}
+ 
  == DML ==
  === SELECT ===