SQL INSERT: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Overview=
=Overview=


 
<syntaxhighlight lang='sql'>
<font color=darkkhaki>
INSERT INTO person ...
Refactor [[PostgreSQL_DML_Operations#Internal|PostgreSQL DML Operations]] and surface in "Standard SQL" everything that can be handled with standard SQL.</font>
</syntaxhighlight>
:{| class="wikitable" style="text-align: left;"
|-
| [[PostgreSQL_DML_Operations#Create_a_Table|PostgreSQL]] || MySQL]]
|-
|}

Revision as of 22:43, 22 May 2024

Internal

Overview

INSERT INTO person ...
PostgreSQL MySQL]]