Skip to content

Commit 8c012be

Browse files
authored
Update string-functions.md
polish sentence
1 parent aacdc4c commit 8c012be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-and-operators/string-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This function is the same as the two-argument version of [`LOCATE(substr, str)`]
170170

171171
> **Note:**
172172
>
173-
> `INSTR(str, substr)` is case sensitive since [TiDB uses binary collations by default](/character-set-and-collation.md), which differs from MySQL.
173+
> `INSTR(str, substr)` is case-sensitive by default, since [TiDB defaults to using binary collations](/character-set-and-collation.md), which differs from MySQL.
174174
175175
- If either argument is a number, the function treats the number as a string.
176176
- If `substr` is not in `str`, the function returns 0; otherwise, it returns the index of the first occurrence

0 commit comments

Comments
 (0)