manual.texi, manual.de.texi:

  @Node name change Parenthesis -> Parentheses (from Paul DuBois)
parent 737d95d7
...@@ -30852,13 +30852,13 @@ mysql> select MOD(29,9); ...@@ -30852,13 +30852,13 @@ mysql> select MOD(29,9);
@menu @menu
* Parenthesis:: * Parentheses::
* Comparison Operators:: * Comparison Operators::
* Logical Operators:: * Logical Operators::
* Control flow functions:: * Control flow functions::
@end menu @end menu
@node Parenthesis, Comparison Operators, Non-typed Operators, Non-typed Operators @node Parentheses, Comparison Operators, Non-typed Operators, Non-typed Operators
@c German node Klammer @c German node Klammer
@subsubsection Klammer @subsubsection Klammer
...@@ -30884,7 +30884,7 @@ mysql> select (1+2)*3; ...@@ -30884,7 +30884,7 @@ mysql> select (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthesis, Non-typed Operators @node Comparison Operators, Logical Operators, Parentheses, Non-typed Operators
@c German node Vergleichsoperatoren @c German node Vergleichsoperatoren
@subsubsection Vergleichsoperatoren @subsubsection Vergleichsoperatoren
...@@ -29905,7 +29905,7 @@ unless otherwise indicated in the documentation for the operators and ...@@ -29905,7 +29905,7 @@ unless otherwise indicated in the documentation for the operators and
functions involved in the expression. functions involved in the expression.
@strong{Note:} There must be no whitespace between a function name and the @strong{Note:} There must be no whitespace between a function name and the
parenthesis following it. This helps the MySQL parser distinguish parentheses following it. This helps the MySQL parser distinguish
between function calls and references to tables or columns that happen to between function calls and references to tables or columns that happen to
have the same name as a function. Spaces around arguments are permitted, have the same name as a function. Spaces around arguments are permitted,
though. though.
...@@ -29952,14 +29952,14 @@ mysql> SELECT MOD(29,9); ...@@ -29952,14 +29952,14 @@ mysql> SELECT MOD(29,9);
@subsection Non-Type-Specific Operators and Functions @subsection Non-Type-Specific Operators and Functions
@menu @menu
* Parenthesis:: Parentheses * Parentheses:: Parentheses
* Comparison Operators:: Comparison Operators * Comparison Operators:: Comparison Operators
* Logical Operators:: Logical Operators * Logical Operators:: Logical Operators
* Control flow functions:: Control Flow Functions * Control flow functions:: Control Flow Functions
@end menu @end menu
@node Parenthesis, Comparison Operators, Non-typed Operators, Non-typed Operators @node Parentheses, Comparison Operators, Non-typed Operators, Non-typed Operators
@subsubsection Parentheses @subsubsection Parentheses
@findex () (parentheses) @findex () (parentheses)
...@@ -29984,7 +29984,7 @@ mysql> SELECT (1+2)*3; ...@@ -29984,7 +29984,7 @@ mysql> SELECT (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthesis, Non-typed Operators @node Comparison Operators, Logical Operators, Parentheses, Non-typed Operators
@subsubsection Comparison Operators @subsubsection Comparison Operators
@findex comparison operators @findex comparison operators
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment