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

[Feature][SDK] Transform SQL support Concat_ws function #10881

Closed
2 tasks done
MOONSakura0614 opened this issue Aug 25, 2024 · 1 comment · Fixed by #10992
Closed
2 tasks done

[Feature][SDK] Transform SQL support Concat_ws function #10881

MOONSakura0614 opened this issue Aug 25, 2024 · 1 comment · Fixed by #10992
Assignees
Milestone

Comments

@MOONSakura0614
Copy link
Contributor

Description

CONCAT_WS(string1, string2, string3,…)

  • Returns a string that concatenates STRING2, STRING3, … with a separator STRING1. The separator is added between the strings to be concatenated.
  • Returns NULL If STRING1 is NULL.
  • Compared with concat(), concat_ws() automatically skips NULL arguments.

Use case

concat_ws(’~’, ‘AA’, Null(STRING), ‘BB’, ‘’, ‘CC’) ---> “AA~BB~~CC”

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Copy link

Hello @MOONSakura0614, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳
If this is a bug report, please provide screenshots or error logs for us to reproduce your issue, so we can do our best to fix it.
If you have any questions in the meantime, you can also ask us on the InLong Discussions 🔍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants