| 1234567 |
- SELECT count(DISTINCT temp01.person_account) AS "member_count" FROM (MATCH (person:/univ_demo_local/person WHERE status = '在职')-[:person_to_szxxsb_xh*1..1]->(society:/univ_demo_local/szxxsb_xh WHERE xm_name = '北京智能体研究学会' AND (pq_jssj is null OR pq_jssj > 1.777392e+12)) RETURN person.account AS "person_account") temp01 LIMIT 0, 500000 WITH TIMEOUT = 6m
- /**
- output()
- matchcount("member_count", 5, 1)
- **/
- ;
|