<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=SQL_Cheat_Sheet</id>
	<title>SQL Cheat Sheet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=SQL_Cheat_Sheet"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=SQL_Cheat_Sheet&amp;action=history"/>
	<updated>2026-05-02T19:01:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=SQL_Cheat_Sheet&amp;diff=61452&amp;oldid=prev</id>
		<title>Ksolis at 08:52, 2 October 2017</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=SQL_Cheat_Sheet&amp;diff=61452&amp;oldid=prev"/>
		<updated>2017-10-02T08:52:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To insert more than one record at once, we can do this, with each set of field values separated by a comma:&lt;br /&gt;
&lt;br /&gt;
INSERT INTO example&lt;br /&gt;
  (example_id, name, value, other_value)&lt;br /&gt;
VALUES&lt;br /&gt;
  (100, &amp;#039;Name 1&amp;#039;, &amp;#039;Value 1&amp;#039;, &amp;#039;Other 1&amp;#039;),&lt;br /&gt;
  (101, &amp;#039;Name 2&amp;#039;, &amp;#039;Value 2&amp;#039;, &amp;#039;Other 2&amp;#039;),&lt;br /&gt;
  (102, &amp;#039;Name 3&amp;#039;, &amp;#039;Value 3&amp;#039;, &amp;#039;Other 3&amp;#039;),&lt;br /&gt;
  (103, &amp;#039;Name 4&amp;#039;, &amp;#039;Value 4&amp;#039;, &amp;#039;Other 4&amp;#039;);&lt;/div&gt;</summary>
		<author><name>Ksolis</name></author>
	</entry>
</feed>