[#6329] Clarify in the manual that INSERT .. SET is emulated for all dialects
This commit is contained in:
parent
7fff157b4c
commit
3a039f6e5f
@ -2217,7 +2217,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -2427,7 +2427,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -3249,7 +3249,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -3627,7 +3627,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5967,7 +5967,7 @@ VALUES (
|
||||
<title>INSERT .. SET</title>
|
||||
<content><html>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -3765,7 +3765,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql>
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -4420,7 +4420,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql>
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5202,7 +5202,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5427,7 +5427,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;
|
||||
|
||||
<h3>INSERT using jOOQ's alternative syntax</h3>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5493,7 +5493,7 @@ VALUES (
|
||||
<title>INSERT .. SET</title>
|
||||
<content><html>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5712,7 +5712,7 @@ VALUES (
|
||||
<title>INSERT .. SET</title>
|
||||
<content><html>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5838,7 +5838,7 @@ VALUES (
|
||||
<title>INSERT .. SET</title>
|
||||
<content><html>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
@ -5919,7 +5919,7 @@ VALUES (
|
||||
<title>INSERT .. SET</title>
|
||||
<content><html>
|
||||
<p>
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
|
||||
</p>
|
||||
|
||||
</html><java>create.insertInto(AUTHOR)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user