Commit 2bf57ba7 authored by unknown's avatar unknown

Minor fixes.

parent b51462e4
...@@ -745,10 +745,12 @@ Commands and functions ...@@ -745,10 +745,12 @@ Commands and functions
@item @item
Full operator and function support in the @code{SELECT} and @code{WHERE} Full operator and function support in the @code{SELECT} and @code{WHERE}
parts of queries. For example: parts of queries. For example:
@example @example
mysql> SELECT CONCAT(first_name, " ", last_name) FROM tbl_name mysql> SELECT CONCAT(first_name, " ", last_name) FROM tbl_name
WHERE income/dependents > 10000 AND age > 30; WHERE income/dependents > 10000 AND age > 30;
@end example @end example
@item @item
Full support for SQL @code{GROUP BY} and @code{ORDER BY} clauses. Support Full support for SQL @code{GROUP BY} and @code{ORDER BY} clauses. Support
for group functions (@code{COUNT()}, @code{COUNT(DISTINCT ...)}, for group functions (@code{COUNT()}, @code{COUNT(DISTINCT ...)},
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