Author: jstephens
Date: 2007-04-20 12:18:26 +0200 (Fri, 20 Apr 2007)
New Revision: 6024
Log:
Fixed typo in ExtractValue() example.
Modified:
trunk/refman-5.1/functions-core.xml
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-04-20 10:03:54 UTC (rev 6023)
+++ trunk/refman-5.1/functions-core.xml 2007-04-20 10:18:26 UTC (rev 6024)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 671 bytes
@@ -12791,7 +12791,7 @@
<programlisting>
mysql> <userinput>SELECT ExtractValue('<a><b/></a>', '/a/b');</userinput>
+-------------------------------------+
-| ExtractValue('>a<>b/<>/a<', '/a/b') |
+| ExtractValue('<a><b/></a>', '/a/b') |
+-------------------------------------+
| |
+-------------------------------------+
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6024 - trunk/refman-5.1 | jon | 20 Apr |