[ 
https://issues.apache.org/jira/browse/SOLR-8571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Risden updated SOLR-8571:
-------------------------------
    Description: 
This will support the *concat* function. Syntax:

{code}
select a, b, concat(a,'|',b) as c from tableX
{code}

  was:
This will support the *concat* function. Syntax:

{code}
select a, b, concat('a','|','b') as c from tableX
{code}


> Wire the ConcatOperation into the SQLhandler
> --------------------------------------------
>
>                 Key: SOLR-8571
>                 URL: https://issues.apache.org/jira/browse/SOLR-8571
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Priority: Minor
>
> This will support the *concat* function. Syntax:
> {code}
> select a, b, concat(a,'|',b) as c from tableX
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to