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

Support standard 'left' and 'right' SQL functions #3712

Closed
dfulachier opened this issue Nov 30, 2018 · 1 comment
Closed

Support standard 'left' and 'right' SQL functions #3712

dfulachier opened this issue Nov 30, 2018 · 1 comment
Labels

Comments

@dfulachier
Copy link

We can do with substring and length ClickHouse functions, but in some cases, queries are generated from a BI tool (such as Tableau), and we cannot master the query.
It may be nice to support the following functions:

  • left(source, length)
  • right(source, length)
@blinkov
Copy link
Contributor

blinkov commented Dec 21, 2018

Added in #3826, will be available in next release.

@blinkov blinkov closed this as completed Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants