cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

swellard
Node
since ‎12-08-2022
‎12-09-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, RETURN apoc.coll.sort(["test1", "test10", "test2"]) AS output; returns ["test1", "test10", "test2"] is there a way to sort alphanumerically to get an output like ["test1", "test2", "test10"]