mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Minor fixes.
This commit is contained in:
parent
f6dc0b77a9
commit
25e6899bfe
1 changed files with 2 additions and 0 deletions
|
@ -745,10 +745,12 @@ Commands and functions
|
|||
@item
|
||||
Full operator and function support in the @code{SELECT} and @code{WHERE}
|
||||
parts of queries. For example:
|
||||
|
||||
@example
|
||||
mysql> SELECT CONCAT(first_name, " ", last_name) FROM tbl_name
|
||||
WHERE income/dependents > 10000 AND age > 30;
|
||||
@end example
|
||||
|
||||
@item
|
||||
Full support for SQL @code{GROUP BY} and @code{ORDER BY} clauses. Support
|
||||
for group functions (@code{COUNT()}, @code{COUNT(DISTINCT ...)},
|
||||
|
|
Loading…
Reference in a new issue