fix syntax error in HQL doc
This commit is contained in:
parent
d95084a59a
commit
a1c26f54bf
|
@ -441,7 +441,8 @@ Note that the `on constraint` variant accepting the name of a unique constraint
|
||||||
----
|
----
|
||||||
insert Person (ssn, name, phone)
|
insert Person (ssn, name, phone)
|
||||||
values ('116-76-1234', 'Jane Doe', '404 888 4319')
|
values ('116-76-1234', 'Jane Doe', '404 888 4319')
|
||||||
on conflict (ssn) set phone = excluded.phone
|
on conflict (ssn) do update
|
||||||
|
set phone = excluded.phone
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue