Skip to content

Commit

Permalink
Update based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Apr 11, 2024
1 parent 4e92c1a commit b205d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ Return a set of comma-separated strings that have the corresponding bit in bits

### [`MID()`](https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_mid)

The `MID(str, start, end)` function returns a substring starting from the specified `start` position and ends at the optinal `end` position.
The `MID(str, pos, len)` function returns a substring starting from the specified `pos` position with the optinal `len` length.

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

Expand Down

0 comments on commit b205d00

Please sign in to comment.