Author: paul
Date: 2006-04-19 21:41:39 +0200 (Wed, 19 Apr 2006)
New Revision: 1875
Log:
r6775@polar: paul | 2006-04-19 14:13:21 -0500
COUNT() returns a BIGINT value.
Modified:
trunk/
trunk/refman-4.1/functions.xml
trunk/refman-5.0/functions.xml
trunk/refman-5.1/functions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6774
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6775
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
Modified: trunk/refman-4.1/functions.xml
===================================================================
--- trunk/refman-4.1/functions.xml 2006-04-19 19:37:09 UTC (rev 1874)
+++ trunk/refman-4.1/functions.xml 2006-04-19 19:41:39 UTC (rev 1875)
@@ -14134,7 +14134,7 @@
<para>
Returns a count of the number of non-<literal>NULL</literal>
values in the rows retrieved by a <literal>SELECT</literal>
- statement.
+ statement. The result is a <literal>BIGINT</literal> value.
</para>
<para>
Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml 2006-04-19 19:37:09 UTC (rev 1874)
+++ trunk/refman-5.0/functions.xml 2006-04-19 19:41:39 UTC (rev 1875)
@@ -14293,7 +14293,7 @@
<para>
Returns a count of the number of non-<literal>NULL</literal>
values in the rows retrieved by a <literal>SELECT</literal>
- statement.
+ statement. The result is a <literal>BIGINT</literal> value.
</para>
<para>
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2006-04-19 19:37:09 UTC (rev 1874)
+++ trunk/refman-5.1/functions.xml 2006-04-19 19:41:39 UTC (rev 1875)
@@ -14720,7 +14720,7 @@
<para>
Returns a count of the number of non-<literal>NULL</literal>
values in the rows retrieved by a <literal>SELECT</literal>
- statement.
+ statement. The result is a <literal>BIGINT</literal> value.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1875 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 19 Apr |