Navigation Menu

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

Wrong window function example in manual #14615

Closed
devmind-ua opened this issue Feb 10, 2023 · 1 comment
Closed

Wrong window function example in manual #14615

devmind-ua opened this issue Feb 10, 2023 · 1 comment

Comments

@devmind-ua
Copy link

The documentation URL

https://www.jooq.org/doc/latest/manual/sql-building/column-expressions/window-functions/

Feedback

Hi,

I the Some examples section jOOQ counterpart for SQL ROW_NUMBER() OVER (ORDER BY BOOK.ID), should be rowNumber().over().orderBy(BOOK.ID),.

Now it is rowNumber().over().partitionBy(BOOK.AUTHOR_ID),.

Best regards,
Iurii.

@lukaseder
Copy link
Member

Yes, indeed, thank you.

@lukaseder lukaseder changed the title Feedback about manual section "window-functions" Wrong window function example Feb 13, 2023
@lukaseder lukaseder changed the title Wrong window function example Wrong window function example in manual Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants