wecisecode преди 1 седмица
родител
ревизия
01685a438f
променени са 5 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 6 0
      odbctest/mql/uino/068.mql
  2. 2 0
      odbctest/mql/uino/069.match.mql
  3. 1 0
      odbctest/mql/uino/070.match.mql
  4. 0 0
      odbctest/mql/uino/071.sql_timestamp.mql
  5. 1 1
      odbctest/mql/uino/073.match.mql

+ 6 - 0
odbctest/mql/uino/068.mql

@@ -0,0 +1,6 @@
+
+
+SELECT count(id)  FROM 	 /bc_post_demo/wd  where totalAssets is null
+/**
+output()
+**/;

+ 2 - 0
odbctest/mql/uino/069.match.mql

@@ -13,6 +13,7 @@ output()
 {"sql":"SELECT temp01.org_name AS \"学院名称\", count(temp01.person_account) AS \"党员人数\" FROM /temp01_party_member_eb1a5b20-4177-4eed-89c8-77c800d6fc8b-0 temp01 GROUP BY temp01.\"org_name\" ORDER BY \"党员人数\" DESC LIMIT 0, 500000"}
 /**
 output()
+count(82)
 **/
 ;
 
@@ -23,6 +24,7 @@ RETURN person.account AS "person_account", org.name AS "org_name") temp01
 GROUP BY temp01."org_name" ORDER BY "党员人数" DESC LIMIT 0, 500000 WITH TIMEOUT = 5m
 /**
 output()
+count(82)
 **/
 ;
 

+ 1 - 0
odbctest/mql/uino/070.match.mql

@@ -23,6 +23,7 @@ grpcont.id, plan.id, risk.id
 WITH TIMEOUT = 600m
 /**
 output()
+count(6)
 **/
 ;
 

odbctest/mql/uino/071.sql.mql → odbctest/mql/uino/071.sql_timestamp.mql


+ 1 - 1
odbctest/mql/uino/073.match.mql

@@ -113,7 +113,7 @@ output()
 MATCH (sales:/aia/sales)-[:sales_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A')),  
 (insuregrp:/aia/insuregrp)-[:insuregrp_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A'))
 -[:grpcont_risk*1..1]->(risk:/aia/risk WHERE id='aia_Risk:308C1') 
-RETURN sales.id, grpcont.id, insuregrp.id
+RETURN sales.id, grpcont.id, insuregrp.id, risk.id
 WITH timeout=60m
 /**
 output()