Some databases like Oracle have a limit on the number of elements that you can specify in an IN().
Has jOOQ some built-in functionality to work around this limit or is that something which I have to handle in my own code?
Some databases like Oracle have a limit on the number of elements that you can specify in an IN().
Has jOOQ some built-in functionality to work around this limit or is that something which I have to handle in my own code?