[teiid-issues] [JBoss JIRA] (TEIID-3315) problem with function TRIM

Steven Hawkins (JIRA) issues at jboss.org
Mon Jun 22 11:28:10 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins closed TEIID-3315.
---------------------------------


> problem with function TRIM
> --------------------------
>
>                 Key: TEIID-3315
>                 URL: https://issues.jboss.org/browse/TEIID-3315
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.7
>            Reporter: Bram Gadeyne
>            Assignee: Steven Hawkins
>              Labels: stringfunction
>             Fix For: 8.10
>
>
> I have a database that contains some columns with multiple values separated with comma . So I'm trying to use a combination of case, substring and trim to split these values into multiple colums.
> The following statement part does not work:
> case when pos2 = 0 then trim(substring(Description, pos1+1))
> end as bed
> TEIID31100 Parsing error: Encountered "+1)[*])[*] end as" at line 3, column 68.
> If I add ' ' FROM to the trim statement it does work and returns a correct result.
> working statement:
> case when pos2 = 0 then trim(' ' FROM substring(Description, pos1+1))
> end as bed



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the teiid-issues mailing list