[
https://issues.apache.org/jira/browse/DERBY-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484245
]
Manish Khettry commented on DERBY-1623:
---------------------------------------
I'm thinking of adding an optional argument to the existing LTRIM and RTRIM
functions. This will be a string literal and is basically the set of chars to
trim.
RTRIM('abcxyzxx', 'zyx') => abc.
Also a new function TRIM with the same arguments as L/R TRIM which trims both
leading and trailing characters. If anyone has any thoughts let me know.
> Add ANSI TRIM implementation
> ----------------------------
>
> Key: DERBY-1623
> URL: https://issues.apache.org/jira/browse/DERBY-1623
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Reporter: Emmanuel Bernard
> Assigned To: Manish Khettry
>
> JPA is requiring databases to support this ANSI feature esp the ability to
> chose the trimmed character
> TRIM([ [ LEADING | TRAILING | BOTH ] [ chars ] FROM ] str)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.