Skip to content

Cypher : trim & LEADING , FROM &... fails #3422

@ExtReMLapin

Description

@ExtReMLapin

Hello,

Query to execute :

        RETURN 
            trim(LEADING 'x' FROM 'xxhelloxx') AS lead,
            trim(TRAILING 'x' FROM 'xxhelloxx') AS trail,
            trim(BOTH 'x' FROM 'xxhelloxx') AS both

neo4j returns :

╒═════════╤═════════╤═══════╕
│lead     │trail    │both   │
╞═════════╪═════════╪═══════╡
│"helloxx"│"xxhello"│"hello"│
└─────────┴─────────┴───────┘

arcadedb returns :

ArcadeDB - The Next Generation Multi-Model DBMS

trail	lead	both
<null>	<null>	<null>





Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions