You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/10/29 07:36:46 UTC

[jira] Commented: (HADOOP-4537) Hive: support of SELECT ... LIMIT N,M

    [ https://issues.apache.org/jira/browse/HADOOP-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643422#action_12643422 ] 

Zheng Shao commented on HADOOP-4537:
------------------------------------

Correction: LIMIT N,M should output the N+1 to N+M rows.


> Hive: support of SELECT ... LIMIT N,M
> -------------------------------------
>
>                 Key: HADOOP-4537
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4537
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Zheng Shao
>
> Hive now supports LIMIT N which outputs the first N rows of a table/query result. It should be a no-brainer to support LIMIT N,M which outputs the N to N+M-1 rows. See http://dev.mysql.com/doc/refman/5.0/en/select.html for MySQL syntax.

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