Difference between revisions of "INSERT INTO"

From wikieduonline
Jump to navigation Jump to search
(Created page with " INSERT INTO ... VALUES ... * Integrity error")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  INSERT INTO ... VALUES ...
+
* https://www.postgresql.org/docs/current/sql-insert.html
 +
  [[INSERT]] INTO ... VALUES ...
  
 +
== Errors ==
 +
* <code>[[ERROR 21000 ON CONFLICT DO UPDATE command cannot affect row a second time]]</code>
  
  
* [[Integrity error]]
+
== Related ==
 +
* [[IntegrityError]]
 +
* [[varchar]]
 +
* [[ON CONFLICT DO UPDATE]]
 +
 
 +
== See also ==
 +
* {{INSERT}}
 +
* {{SQL}}
 +
 
 +
[[Category:SQL]]

Latest revision as of 08:49, 16 May 2023

Advertising: