Update reference_en.html

This commit is contained in:
alexey-milovidov 2017-03-02 17:09:23 +04:00
parent 112e77a47e
commit ade02270b7

View File

@ -2024,7 +2024,7 @@ If you have an ORDER BY clause with some small LIMIT after a GROUP BY, then ORDE
<h5>LIMIT N BY modifier</h5>
LIMIT %%N%% BY %%COLUMNS%% allows you to restrict top %%N%% rows per each group of %%COLUMNS%%. %%LIMIT N BY%% is unrelated to %%LIMIT BY%% clause. Key for %%LIMIT N BY%% could contain arbitrary number of columns or expressions.
LIMIT %%N%% BY %%COLUMNS%% allows you to restrict top %%N%% rows per each group of %%COLUMNS%%. %%LIMIT N BY%% is unrelated to %%LIMIT%% clause. Key for %%LIMIT N BY%% could contain arbitrary number of columns or expressions.
Example: