Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-24-2020 08:25 AM
Hello everyone!
on the Cypher query below, what does adding " '_' " do? as I go over the tutorials I see them often from solutions. Also, is it recommended to use that as we query? Please let me know! thanks in advance.
MERGE (originAirportDay:AirportDay
{airportDayId: origin.code + '_' + flight.date})
Solved! Go to Solution.
06-24-2020 09:01 AM
Hello @plee
I think they use _
to build the airportDayId
, for example: 155_20200624
is an airportDayId
Moreover, it's recommanded to use _
as you can see here in the documentation for the relationship type but you can still use it in properties values
Regards,
Cobra
06-24-2020 09:01 AM
Hello @plee
I think they use _
to build the airportDayId
, for example: 155_20200624
is an airportDayId
Moreover, it's recommanded to use _
as you can see here in the documentation for the relationship type but you can still use it in properties values
Regards,
Cobra
All the sessions of the conference are now available online