Skip to content

LEFT(string, charcters length), RIGHT(string, characters length) not getting exact result #51

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

Open
T-Deepthy opened this issue Jul 5, 2021 · 1 comment

Comments

@T-Deepthy
Copy link

LEFT(string, charcters length), RIGHT(string, characters length) not getting exact result as we expect instead throw error

@albin3
Copy link
Member

albin3 commented Jul 5, 2021

hi @T-Deepthy . currently , you can use left, right function like

select `left`(a, 2) from dual;

This is my test:

image

Syntax with out ` will be supported in the future.

@T-Deepthy T-Deepthy reopened this Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants