Login
From:
Java, SQL and jOOQ.
(Uncensored)
subscribe
How to Fetch Sequence Values with jOOQ – Java, SQL and jOOQ.
https://blog.jooq.org/how-to-fetch-sequence-values-with-jooq/
links
backlinks
Tagged with:
sql
jooq
jooq-in-use
sequences
nextval
A lot of RDBMS support standard SQL sequences of some form. The standard SQL syntax to create a sequence is: CREATE SEQUENCE s; The following is how you could fetch a value from this sequence, usin…
Roast topics
Find topics
Find it!