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

[SQL] Support MySQL CONCAT_WS function. #505

Closed
Tracked by #454
Charlie17Li opened this issue Nov 11, 2022 · 0 comments · Fixed by #506
Closed
Tracked by #454

[SQL] Support MySQL CONCAT_WS function. #505

Charlie17Li opened this issue Nov 11, 2022 · 0 comments · Fixed by #506
Assignees
Labels
SQL SQL support
Milestone

Comments

@Charlie17Li
Copy link
Contributor

What would you like to be added:

Why is this needed:

ref #454

official document:
https://dev.mysql.com/doc/refman/5.6/en/string-functions.html#function_concat-ws

code:
https://github.com/arana-db/arana/tree/master/pkg/runtime/function/scripts/string.js

reference code:
https://github.com/arana-db/arana/tree/master/pkg/runtime/function2/abs.go

@Charlie17Li Charlie17Li changed the title [SQL] Support MySQL CONCAT_WS function. [SQL] Support MySQL CONCAT_WS function. Nov 11, 2022
@dongzl dongzl added the SQL SQL support label Nov 11, 2022
@dongzl dongzl added this to the 0.2.0 milestone Nov 11, 2022
@dongzl dongzl mentioned this issue Nov 11, 2022
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SQL SQL support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants