<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=MySQL_Tutorial%2FComparison_Functions_Operators%2FIntroduction</id>
		<title>MySQL Tutorial/Comparison Functions Operators/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=MySQL_Tutorial%2FComparison_Functions_Operators%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=MySQL_Tutorial/Comparison_Functions_Operators/Introduction&amp;action=history"/>
		<updated>2026-05-14T05:35:15Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=MySQL_Tutorial/Comparison_Functions_Operators/Introduction&amp;diff=271&amp;oldid=prev</id>
		<title> в 13:44, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=MySQL_Tutorial/Comparison_Functions_Operators/Introduction&amp;diff=271&amp;oldid=prev"/>
				<updated>2010-05-26T13:44:56Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 13:44, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://sqle.ru/index.php?title=MySQL_Tutorial/Comparison_Functions_Operators/Introduction&amp;diff=272&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=MySQL_Tutorial/Comparison_Functions_Operators/Introduction&amp;diff=272&amp;oldid=prev"/>
				<updated>2010-05-26T09:49:40Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Comparison Functions and Operators==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Comparison operations result in a value of 1 (TRUE), 0 (FALSE), or NULL.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Comparison Functions and Operators work for both numbers and strings.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Strings are converted to numbers and numbers to strings as necessary.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;By default, string comparisons are not case sensitive and use the current character set.&amp;lt;/p&amp;gt;&lt;br /&gt;
Name&lt;br /&gt;
Description&lt;br /&gt;
BETWEEN AND&lt;br /&gt;
Check whether a value is within a range of values&lt;br /&gt;
COALESCE()&lt;br /&gt;
Return the first non-NULL argument&lt;br /&gt;
&amp;lt;=&amp;gt;&lt;br /&gt;
NULL-safe equal to operator&lt;br /&gt;
=&lt;br /&gt;
Equal operator&lt;br /&gt;
&amp;gt;=&lt;br /&gt;
Greater than or equal operator&lt;br /&gt;
&amp;gt;&lt;br /&gt;
Greater than operator&lt;br /&gt;
GREATEST()&lt;br /&gt;
Return the largest argument&lt;br /&gt;
IN&lt;br /&gt;
Check whether a value is within a set of values&lt;br /&gt;
INTERVAL()&lt;br /&gt;
Return the index of the argument that is less than the first argument&lt;br /&gt;
IS NULL&lt;br /&gt;
NULL value test&lt;br /&gt;
IS&lt;br /&gt;
Test a value against a boolean&lt;br /&gt;
ISNULL()&lt;br /&gt;
Test whether the argument is NULL&lt;br /&gt;
LEAST()&lt;br /&gt;
Return the smallest argument&lt;br /&gt;
&amp;lt;=&lt;br /&gt;
Less than or equal operator&lt;br /&gt;
&amp;lt;&lt;br /&gt;
Less than operator&lt;br /&gt;
LIKE&lt;br /&gt;
Simple pattern matching&lt;br /&gt;
NOT BETWEEN ... AND ...&lt;br /&gt;
Check whether a value is not within a range of values&lt;br /&gt;
!=, &amp;lt;&amp;gt;&lt;br /&gt;
Not equal operator&lt;br /&gt;
NOT IN&lt;br /&gt;
Check whether a value is not within a set of values&lt;br /&gt;
NOT LIKE&lt;br /&gt;
Negation of simple pattern matching&lt;br /&gt;
SOUNDS LIKE&lt;br /&gt;
Compare sounds&lt;br /&gt;
&amp;lt;p&amp;gt;Quote: dev.mysql.ru/doc/refman/5.1/en/index.html&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>