Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new Keyword FETCH FIRST N ROWS ONLY in Presto Query #18968

Merged
merged 5 commits into from
Jan 30, 2023
Merged

Introduce new Keyword FETCH FIRST N ROWS ONLY in Presto Query #18968

merged 5 commits into from
Jan 30, 2023

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    ea64fb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Introduce new Keyword FETCH FIRST N ROWS ONLY in Presto Query

    Issue details : #18935
    
    We are introducing a new keyword FETCH FIRST N ROWS ONLY which can be used in presto queries. The keyword will work in sql queries just like LIMIT keyword to limit the number of rows returned from an sql select query.
    
    For Example : select * from table FETCH FIRST 3 ROWS ONLY will return only 3 rows as a result of the sql query.
    
    == RELEASE NOTES ==
    
    General Changes
    
    Introducing a new Keyword FETCH FIRST N ROWS ONLY to the Presto Query
    skairali committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8c40406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c8716 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Review Changes

    bentonyjoe191 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    68915d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from bentonyjoe191/master

    Review Changes
    skairali committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ab5dcdd View commit details
    Browse the repository at this point in the history