<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MariaDB%2FSQL%2FINSERT</id>
	<title>MariaDB/SQL/INSERT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MariaDB%2FSQL%2FINSERT"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MariaDB/SQL/INSERT&amp;action=history"/>
	<updated>2026-06-25T10:49:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=MariaDB/SQL/INSERT&amp;diff=29110&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;{{fmt/title|&quot;INSERT&quot; SQL statement|see also: in MySQL}} ==Examples== Note: &quot;&lt;code&gt;INSERT&lt;/code&gt;&quot; implies &quot;&lt;code&gt;INSERT INTO&lt;/code&gt;&quot;; the &quot;&lt;code&gt;INTO&lt;/code&gt;&quot; i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MariaDB/SQL/INSERT&amp;diff=29110&amp;oldid=prev"/>
		<updated>2025-02-18T21:40:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{fmt/title|&amp;quot;INSERT&amp;quot; SQL statement|see also: &lt;a href=&quot;/MySQL/INSERT&quot; title=&quot;MySQL/INSERT&quot;&gt;in MySQL&lt;/a&gt;}} ==Examples== Note: &amp;quot;&amp;lt;code&amp;gt;INSERT&amp;lt;/code&amp;gt;&amp;quot; implies &amp;quot;&amp;lt;code&amp;gt;INSERT INTO&amp;lt;/code&amp;gt;&amp;quot;; the &amp;quot;&amp;lt;code&amp;gt;INTO&amp;lt;/code&amp;gt;&amp;quot; i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{fmt/title|&amp;quot;INSERT&amp;quot; SQL statement|see also: [[MySQL/INSERT|in MySQL]]}}&lt;br /&gt;
==Examples==&lt;br /&gt;
Note: &amp;quot;&amp;lt;code&amp;gt;INSERT&amp;lt;/code&amp;gt;&amp;quot; implies &amp;quot;&amp;lt;code&amp;gt;INSERT INTO&amp;lt;/code&amp;gt;&amp;quot;; the &amp;quot;&amp;lt;code&amp;gt;INTO&amp;lt;/code&amp;gt;&amp;quot; is always optional.&lt;br /&gt;
* Inserting a list of values:{{fmt/syntax/block|SQL|INSERT table_name(col1,col2,col3...) VALUES (value1, value2, value3...)}}&lt;br /&gt;
* Inserting the contents of another table or query (NOT YET VERIFIED):{{fmt/syntax/block|SQL|INSERT table_name(col1,col2,col3...) SELECT col1,col2,col3 FROM...}}&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>