[Improve][SDK] Enhance the functionality of the substring function in Transform SQL #11243
Closed
2 tasks done
Labels
Milestone
Description
SUBSTRING(str,pos) = SUBSTRING(str FROM pos),
SUBSTRING(str,pos,len) = SUBSTRING(str FROM pos FOR len)
However, currently only SUBSTRING(str, pos) and SUBSTRING(str, pos, len) have been implemented.
InLong Component
InLong SDK
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: