docs
docs copied to clipboard
Enrich Documentation: TiDB String Functions
Overview
The current document for TiDB's string functions provides basic information for each supported function without detailed descriptions and examples. To make this document more comprehensive and user-friendly, we welcome external contributors to enrich the instructions for each string function.
Objectives
- Enhance the document for TiDB's string functions by providing detailed instructions and examples for each function.
- Ensure consistency and clarity in this document.
Required skills
- Proficiency in SQL and TiDB string functions.
Contribution guidelines
- Choose two string functions from the list of sub-issues.
- Go to the sub-issue link of these two string functions.
- Assign the issue to yourself by commenting
/assign
. - Submit a pull request (PR) to the TiDB docs repositories (either pingcap/docs in English or pingcap/docs-cn in Chinese, or both).
- In the PR description, indicate which sub-issue this PR resolves, such as "Fix #xxx".
List of sub-issues
Note: Except for the first 11 lines, the other lines in the following list are not issues yet. We'll convert them to sub-issues after the 11 issues are assigned. If you want to enrich instructions for certain string functions that are not sub-issues yet, please add a comment on this issue.
- [x] #15418
- [x] #15482
- [x] #15483
- [x] #15484
- [ ] #15485
- [ ] #15486
- [x] #15487
- [x] #15488
- [x] #15489
- [x] #15491
- [x] #15490
- [ ] Enrich instructions for string functions LOWER() and LPAD()
- [ ] Enrich instructions for string functions LTRIM() and MAKE_SET()
- [ ] Enrich instructions for string functions MID() and NOT LIKE
- [ ] Enrich instructions for string functions NOT REGEXP and OCT()
- [ ] Enrich instructions for string functions OCTET_LENGTH() and ORD()
- [ ] Enrich instructions for string functions POSITION() and QUOTE()
- [ ] Enrich instructions for string functions REGEXP and REGEXP_INSTR()
- [ ] Enrich instructions for string functions REGEXP_LIKE() and REGEXP_REPLACE()
- [ ] Enrich instructions for string functions REGEXP_SUBSTR() and REPEAT()
Additional information
- To learn how to create a pull request, see TiDB Documentation Contributing Guide.
- Make sure to test your provided instructions in TiDB. To quickly get started with TiDB Cloud or TiDB, check out the following guides:
- DO NOT copy instructions from documentation of other databases.
Thank you for contributing to the improvement of TiDB's documentation! If you have any questions, feel free to comment on this issue.
who can participate in this 文档挑战赛?
who can participate in this 文档挑战赛?
Anyone interested is welcome to participate in this event. For enriching documentation, you can either create a PR in English at pingcap/docs, or create a PR in Chinese at pingcap/docs-cn, or both.
Looks like multi argument CHAR()
isn't documented yet