| 1234567 |
- SELECT temp01.teacher_name AS "教职工姓名", temp01.honor_name AS "荣誉名称", temp01.honor_level AS "获奖等次", temp01.honor_time AS "获批时间", temp01._univ_demo_szxxsb_name_0 AS "_univ_demo_szxxsb_name_0", temp01._univ_demo_szxxsb_sydw_0 AS "_univ_demo_szxxsb_sydw_0" FROM (MATCH (person:/univ_demo_local/person WHERE status = '在职')-[:person_to_szxxsb*1..1]->(honor:/univ_demo_local/szxxsb WHERE xm_name like '%国家级教育教学成果奖%') RETURN person.name AS "teacher_name", honor.xm_name AS "honor_name", honor.hjdc AS "honor_level", honor.hpsj AS "honor_time", honor.name AS "_univ_demo_szxxsb_name_0", honor.sydw AS "_univ_demo_szxxsb_sydw_0") temp01 LIMIT 0, 500000 WITH TIMEOUT = 6m
- /**
- output()
- count(28)
- **/
- ;
|