Skip to content

SQL: not like is not working #958

@darpan-vyas

Description

@darpan-vyas

ArcadeDB Version: ArcadeDB Server v23.3.1-SNAPSHOT (build 143b1a6/1677646375828/main)

JDK Version: JMX Metrics

OS: MacOS Ventura 13.2.1

Expected behavior

Filter all nodes where node property 'name' doesn't starts with 'tier'

Actual behavior

Query 1: select *,bothE() from tag where name not like 'tier%'
Query 2: match{type:tag, as:a, where: (name not like 'tier%')} return a

Getting an error. Please refer to the below images.

image
image

Background:
Tag is a node type with name (string) as a property.

Steps to reproduce

  • I've created a few nodes of type 'tag'. Each node has a unique string type name.
  • I connected the database in console and queried it to check the working.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions