You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2008/02/14 07:13:08 UTC

[jira] Assigned: (HBASE-45) Outputting select into file

     [ https://issues.apache.org/jira/browse/HBASE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Yoon reassigned HBASE-45:
--------------------------------

    Assignee: Bryan Duxbury

> Outputting select into file
> ---------------------------
>
>                 Key: HBASE-45
>                 URL: https://issues.apache.org/jira/browse/HBASE-45
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: hql
>            Reporter: Edward Yoon
>            Assignee: Bryan Duxbury
>            Priority: Minor
>
> {code}
> SELECT { column_name [, column_name] ... | expr[alias] | * }
>     FROM table_name
>     [WHERE row = 'row-key' | STARTING FROM 'row-key' [UNTIL 'stop-key']]
>     [NUM_VERSIONS = version_count]
>     [TIMESTAMP 'timestamp']
>     [LIMIT = row_count]
>     [INTO FILE 'file_name']                                 <----------------*
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.