Skip to content

Commit

Permalink
Update based on revieew
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Mar 28, 2024
1 parent 45f17d2 commit ab50eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/information-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SELECT FOUND_ROWS();

> **Note**
>
> `SQL_CALC_FOUND_ROWS` is only accepted if [`tidb_enable_noop_functions`](/system-variables.md#tidb_enable_noop_functions-new-in-v40) is set. This query modifier has been deprecated in MySQL 8.0.17.
> `SQL_CALC_FOUND_ROWS` is only accepted if [`tidb_enable_noop_functions`](/system-variables.md#tidb_enable_noop_functions-new-in-v40) is set. This query modifier is used in MySQL to calculate the total number of rows even if a `LIMIT` clause is causing the resultset to be shorter. This query modifier has been deprecated in MySQL 8.0.17. It is recommended to use `COUNT(*)` instead.
### LAST_INSERT_ID()

Expand Down

0 comments on commit ab50eb9

Please sign in to comment.