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

Evgeny Stanilovsky updated IGNITE-22316:
----------------------------------------
    Description: 
According to sql standard: 6.31 <string value expression>


{noformat}
<binary value expression> ::=
<binary concatenation>
| <binary factor>
{noformat}


thus constructions like:
{noformat}
SELECT x'12' || '10';{noformat}
 
need to be supported.
 

  was:
According to sql standard: 6.31 <string value expression>

<binary value expression> ::=
<binary concatenation>
| <binary factor>

thus constructions like:
{noformat}
SELECT x'12' || '10';{noformat}
 
need to be supported.
 


> Sql. Support concatenation for binary types.
> --------------------------------------------
>
>                 Key: IGNITE-22316
>                 URL: https://issues.apache.org/jira/browse/IGNITE-22316
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 3.0.0-beta1
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>              Labels: ignite-3
>
> According to sql standard: 6.31 <string value expression>
> {noformat}
> <binary value expression> ::=
> <binary concatenation>
> | <binary factor>
> {noformat}
> thus constructions like:
> {noformat}
> SELECT x'12' || '10';{noformat}
>  
> need to be supported.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to