SQL transformation
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
jOOQ supports a few built in SQL transformations, which can be enabled through a variety of settings. These transformations will produce transformed SQL output regardless if the input was created using the DSL API, or the parser.
Table of contents
- 3.22.9.1.
- ANSI JOIN to table lists
- 3.22.9.2.
- Table lists to ANSI JOIN
- 3.22.9.3.
- ROWNUM to LIMIT
- 3.22.9.4.
- QUALIFY to derived table (new)
- 3.22.9.5.
- IN condition subquery with LIMIT to derived table (new)
- 3.22.9.6.
- Unnecessary arithmetic expressions
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!