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.

aKANJx
Node
since ‎02-25-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I started to model my database using SQL but I had a problem. I need a field to be an Array of foreign keys but as I searched this is impossible with SQL. Is it possible to do something similar in Neo4j? CREATE TABLE places ( id SERIAL PRIMARY KEY, t...