js-sql-parser
js-sql-parser copied to clipboard
LEFT(string, charcters length), RIGHT(string, characters length) not getting exact result
LEFT(string, charcters length), RIGHT(string, characters length) not getting exact result as we expect instead throw error
hi @T-Deepthy . currently , you can use left, right function like
select `left`(a, 2) from dual;
This is my test:

Syntax with out ` will be supported in the future.