Tips and Tricks for Graph Data Modeling

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 4

  • @mizu643
    @mizu643 6 ปีที่แล้ว +1

    Could you please let me know the difference between SET in groups.cql and ON CREATE SET in topic.cql?

    • @neo4j
      @neo4j  6 ปีที่แล้ว +1

      You're best asking these types of questions at community.neo4j.com/
      On a MERGE statement, SET can be used to always SET the property whether or not the pattern previously existed or not. ON CREATE SET will only set the property if a previous matching pattern/nodes were not found in the database and it is newly created as a result of the MERGE. See neo4j.com/docs/developer-manual/current/cypher/clauses/merge/

  • @peterantley
    @peterantley 5 ปีที่แล้ว

    where is the code?

  • @huangshufen2211
    @huangshufen2211 5 ปีที่แล้ว

    good one