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

[jira] [Created] (IOTDB-1536) Support fuzzy query

jihang created IOTDB-1536:
-----------------------------

             Summary: Support fuzzy query
                 Key: IOTDB-1536
                 URL: https://issues.apache.org/jira/browse/IOTDB-1536
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Core/Engine
            Reporter: jihang
             Fix For: 0.13.0


mysql : select * from table where field like '%field%'

influxdb: select fieldName from measurementName where fieldName=~/^field/

iotdb:have LIKE grammar but not support.  SqlBase.g4:

!image-2021-07-29-10-45-56-328.png!

 



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