~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/ndb_select_count.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBndb_select_count\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 07/06/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_SELECT_COUNT\" "1" "07/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBNDB_SELECT_COUNT\" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
31
31
NDB
32
32
tables\&. With a single table, the result is equivalent to that obtained by using the MySQL statement
33
33
SELECT COUNT(*) FROM \fItbl_name\fR\&.
34
 
.PP
35
 
\fBUsage\fR:
 
34
          Usage
36
35
.sp
37
36
.if n \{\
38
37
.RS 4
43
42
.if n \{\
44
43
.RE
45
44
.\}
46
 
.PP
47
 
\fBAdditional Options\fR: None that are specific to this application\&. However, you can obtain row counts from multiple tables in the same database by listing the table names separated by spaces when invoking this command, as shown under
 
45
.sp
 
46
          Additional Options
 
47
        .PP
 
48
None that are specific to this application\&. However, you can obtain row counts from multiple tables in the same database by listing the table names separated by spaces when invoking this command, as shown under
48
49
\fBSample Output\fR\&.
49
 
.PP
50
 
\fBSample Output\fR:
 
50
          Sample Output
51
51
.sp
52
52
.if n \{\
53
53
.RS 4
64
64
.SH "COPYRIGHT"
65
65
.br
66
66
.PP
67
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
67
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
68
68
.PP
69
69
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
70
70
.PP