This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Releases
Events & Programs
Ninjas Program
Projects & Collaboration
Local Groups
Events
NODES
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Weekly Challenges
Community Corner
Introduce Yourself
Community News
Community Suggestions
General Discussions
About the Community
swellard
Node
since
12-08-2022
12-09-2022
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Neo4j
About swellard
User Activity
Posts
Replies
apoc.coll.sort alphanumeric
12-08-2022
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"]
Re: apoc.coll.sort alphanumeric
12-09-2022
Thanks for the suggestion, 0 padding is something I'd considered but wanted to avoid if possible