<?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%2FString_Functions%2FIntroduction</id>
		<title>MySQL Tutorial/String Functions/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=MySQL_Tutorial%2FString_Functions%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=MySQL_Tutorial/String_Functions/Introduction&amp;action=history"/>
		<updated>2026-05-14T10:48:06Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=MySQL_Tutorial/String_Functions/Introduction&amp;diff=157&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/String_Functions/Introduction&amp;diff=157&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/String_Functions/Introduction&amp;diff=158&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=MySQL_Tutorial/String_Functions/Introduction&amp;diff=158&amp;oldid=prev"/>
				<updated>2010-05-26T09:49:25Z</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;== String Functions==&lt;br /&gt;
&lt;br /&gt;
Name&lt;br /&gt;
Description&lt;br /&gt;
ASCII()&lt;br /&gt;
Return numeric value of left-most character&lt;br /&gt;
BIN()&lt;br /&gt;
Return a string representation of the argument&lt;br /&gt;
BIT_LENGTH()&lt;br /&gt;
Return length of argument in bits&lt;br /&gt;
CHAR_LENGTH()&lt;br /&gt;
Return number of characters in argument&lt;br /&gt;
CHAR()&lt;br /&gt;
Return the character for each integer passed&lt;br /&gt;
CHARACTER_LENGTH()&lt;br /&gt;
A synonym for CHAR_LENGTH()&lt;br /&gt;
CONCAT_WS()&lt;br /&gt;
Return concatenate with separator&lt;br /&gt;
CONCAT()&lt;br /&gt;
Return concatenated string&lt;br /&gt;
CONV()&lt;br /&gt;
Convert numbers between different number bases&lt;br /&gt;
ELT()&lt;br /&gt;
Return string at index number&lt;br /&gt;
EXPORT_SET()&lt;br /&gt;
Return a string such that for every bit set in the value bits, you get an on string and for every unset bit, you get an off string&lt;br /&gt;
FIELD()&lt;br /&gt;
Return the index (position) of the first argument in the subsequent arguments&lt;br /&gt;
FIND_IN_SET()&lt;br /&gt;
Return the index position of the first argument within the second argument&lt;br /&gt;
FORMAT()&lt;br /&gt;
Return a number formatted to specified number of decimal places&lt;br /&gt;
HEX()&lt;br /&gt;
Return a string representation of a hex value&lt;br /&gt;
INSERT()&lt;br /&gt;
Insert a substring at the specified position up to the specified number of characters&lt;br /&gt;
INSTR()&lt;br /&gt;
Return the index of the first occurrence of substring&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;
LCASE()&lt;br /&gt;
Synonym for LOWER()&lt;br /&gt;
LEFT()&lt;br /&gt;
Return the leftmost number of characters as specified&lt;br /&gt;
LENGTH()&lt;br /&gt;
Return the length of a string in bytes&lt;br /&gt;
LIKE&lt;br /&gt;
Simple pattern matching&lt;br /&gt;
LOAD_FILE()&lt;br /&gt;
Load the named file&lt;br /&gt;
LOCATE()&lt;br /&gt;
Return the position of the first occurrence of substring&lt;br /&gt;
LOWER()&lt;br /&gt;
Return the argument in lowercase&lt;br /&gt;
LPAD()&lt;br /&gt;
Return the string argument, left-padded with the specified string&lt;br /&gt;
LTRIM()&lt;br /&gt;
Remove leading spaces&lt;br /&gt;
MAKE_SET()&lt;br /&gt;
Return a set of comma-separated strings that have the corresponding bit in bits set&lt;br /&gt;
MID()&lt;br /&gt;
Return a substring starting from the specified position&lt;br /&gt;
NOT LIKE&lt;br /&gt;
Negation of simple pattern matching&lt;br /&gt;
NOT REGEXP&lt;br /&gt;
Negation of REGEXP&lt;br /&gt;
OCT()&lt;br /&gt;
Return a string representation of the octal argument&lt;br /&gt;
OCTET_LENGTH()&lt;br /&gt;
A synonym for LENGTH()&lt;br /&gt;
ORD()&lt;br /&gt;
If the leftmost character of the argument is a multi-byte character, returns the code for that character&lt;br /&gt;
POSITION()&lt;br /&gt;
A synonym for LOCATE()&lt;br /&gt;
QUOTE()&lt;br /&gt;
Escape the argument for use in an SQL statement&lt;br /&gt;
REGEXP&lt;br /&gt;
Pattern matching using regular expressions&lt;br /&gt;
REPEAT()&lt;br /&gt;
Repeat a string the specified number of times&lt;br /&gt;
REPLACE()&lt;br /&gt;
Replace occurrences of a specified string&lt;br /&gt;
REVERSE()&lt;br /&gt;
Reverse the characters in a string&lt;br /&gt;
RIGHT()&lt;br /&gt;
Return the specified rightmost number of characters&lt;br /&gt;
RLIKE&lt;br /&gt;
Synonym for REGEXP&lt;br /&gt;
RPAD()&lt;br /&gt;
Append string the specified number of times&lt;br /&gt;
RTRIM()&lt;br /&gt;
Remove trailing spaces&lt;br /&gt;
SOUNDEX()&lt;br /&gt;
Return a soundex string&lt;br /&gt;
SOUNDS LIKE&lt;br /&gt;
Compare sounds&lt;br /&gt;
SPACE()&lt;br /&gt;
Return a string of the specified number of spaces&lt;br /&gt;
STRCMP()&lt;br /&gt;
Compare two strings&lt;br /&gt;
SUBSTRING_INDEX()&lt;br /&gt;
Return a substring from a string before the specified number of occurrences of the delimiter&lt;br /&gt;
SUBSTRING(), SUBSTR()&lt;br /&gt;
Return the substring as specified&lt;br /&gt;
TRIM()&lt;br /&gt;
Remove leading and trailing spaces&lt;br /&gt;
UCASE()&lt;br /&gt;
Synonym for UPPER()&lt;br /&gt;
UNHEX()&lt;br /&gt;
Convert each pair of hexadecimal digits to a character&lt;br /&gt;
UPPER()&lt;br /&gt;
Convert to uppercase&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;br /&gt;
&lt;br /&gt;
== String Operators==&lt;br /&gt;
&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;
&amp;lt;=&lt;br /&gt;
Less than or equal operator&lt;br /&gt;
&amp;lt;&lt;br /&gt;
Less than operator&lt;br /&gt;
!=, &amp;lt;&amp;gt;&lt;br /&gt;
Not equal operator&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>