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

Support for limit and offset for querie and sequences support inserts #21

Open
nenodias opened this issue Sep 25, 2019 · 0 comments
Open

Comments

@nenodias
Copy link

Example of eloquent
Eloquent used the words skip and take.

To limit the number of results returned from the query, or to skip a given number of results in the query, you may use the skip and take methods:

Sequence fields would be using a method like .setValueBySequence("id", "seq_user")
On postgres the return would nextval('seq_user')
On oracle the return would seq_user.nextval
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant