You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2021/09/16 07:54:00 UTC

[jira] [Created] (IOTDB-1692) LIKE query:The matching string contains “\n”. No result can be found

刘珍 created IOTDB-1692:
-------------------------

             Summary: LIKE query:The matching string contains “\n”. No result can be found
                 Key: IOTDB-1692
                 URL: https://issues.apache.org/jira/browse/IOTDB-1692
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.12.2
            Reporter: 刘珍


release 0.12.2 RC3

 set storage group to root.liketest;
 CREATE TIMESERIES root.liketest.dev1.s_1 WITH DATATYPE=TEXT, ENCODING=PLAIN;
 insert into root.liketest.dev1(time,s_1) values(1,'fix\nxyz')
 select * from root.liketest.dev1 where s_1 like 'fix\nxyz'
{color:#DE350B}*Empty set.*{color}

 select * from root.liketest.dev1 where s_1 = 'fix\nxyz'




--
This message was sent by Atlassian Jira
(v8.3.4#803005)