New versions: Dev (3.15) | Latest (3.14) | 3.13 | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 | Old versions: 3.7 | 3.6 | 3.5 | 3.4 | 3.3 | 2.6
The INSERT statement
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The INSERT
statement is used to insert new records into a database table. The following sections describe the various operation modes of the jOOQ INSERT
statement.
Table of contents
- 4.3.4.1.
- INSERT .. VALUES
- 4.3.4.2.
- INSERT .. DEFAULT VALUES
- 4.3.4.3.
- INSERT .. SET
- 4.3.4.4.
- INSERT .. SELECT
- 4.3.4.5.
- INSERT .. ON DUPLICATE KEY
- 4.3.4.6.
- INSERT .. RETURNING
The jOOQ User Manual : SQL building : SQL Statements (DML) : The INSERT statement | previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!