Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 18, 2024
1 parent 99da51f commit 0f14979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ addition to the normal way of `''`.
<tr>
<td><code>SPLIT_PART(string, delimiter, n)</code></td>
<td>
This function uses 1-based indexing. It extracts the <code>n</code>'th part of the string by splitting it at each occurrence of the delimiter.
This function uses 1-based indexing. It extracts the <code>n</code>'th part of the string by splitting it at each occurrence of the delimiter.
<ul>
<li><code>n = 1</code> refers to the first part of the string after splitting.</li>
<li><code>n = 2</code> refers to the second part, and so on.</li>
Expand Down

0 comments on commit 0f14979

Please sign in to comment.