Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add overlay string function #665

Closed
wyhyhyhyh opened this issue Mar 3, 2022 · 0 comments
Closed

feat: add overlay string function #665

wyhyhyhyh opened this issue Mar 3, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@wyhyhyhyh
Copy link
Contributor

wyhyhyhyh commented Mar 3, 2022

https://www.postgresql.org/docs/14/functions-string.html

overlay ( string text PLACING newsubstring text FROM start integer [ FOR count integer ] ) → text
Replaces the substring of string that starts at the start'th character and extends for count characters with > newsubstring. If count is omitted, it defaults to the length of newsubstring.
overlay('Txxxxas' placing 'hom' from 2 for 4) → Thomas

@liurenjie1024 liurenjie1024 changed the title Ramp up: add overlay string function feat: add overlay string function Mar 3, 2022
@fuyufjh fuyufjh added good first issue Good for newcomers and removed ramp up labels Mar 18, 2022
@ALeitert ALeitert self-assigned this Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants