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.

ans
Node
since ‎09-02-2022
‎09-27-2022

User Statistics

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

User Activity

Suppose I have a table with below columns: emp_id | emp_name | emp_department | date_of_joining I want to create a composite primary key named "ID" as ID = emp_id + "_" + date_of_joining I prepared my data by concatenating two columns and creating ID...