Skip to content

Commit

Permalink
Updated based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Apr 8, 2024
1 parent 40da073 commit 4e92c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,8 @@ The `MID(str, start, end)` function returns a substring starting from the specif

If any of the arguments are NULL the function returns NULL.

TiDB doesn't support the two arguments variant of this function. See also [Github Issue #52420](https://github.com/pingcap/tidb/issues/52420).

Examples:

In the example below `MID()` returns the input string from the second until (including) the third character.
Expand Down

0 comments on commit 4e92c1a

Please sign in to comment.