The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.1 KiB
1.1 KiB
title, language
| title | language |
|---|---|
| MAX | en |
MAX
description
Syntax
MAX(expr)
Returns the maximum value of an expr expression
example
MySQL > select max(scan_rows) from log_statis group by datetime;
+------------------+
| max(`scan_rows`) |
+------------------+
| 4671587 |
+------------------+
keyword
MAX