Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-06-2022 03:48 AM
06-06-2022 03:50 AM
06-06-2022 10:19 AM
I believe they want to know how to return just the 'new_issue' column when one of the other columns (co or cos) are equal. @Eben can you confirm and/or explain further?
06-06-2022 10:35 AM
Ok, I will assume the requirement is to return the 'new_issue' column only when 'cos equals co'. For this case, replace line 6 with the following code:
with p.nest_issue as new_issue, co, cos
where co = cos
return p.nest_issue
06-06-2022 08:42 PM
yes u are right.
06-06-2022 09:05 PM
that is great. Can you mark the response as a solution so everyone knows the thread has been closed? thanks...
All the sessions of the conference are now available online