wecisecode 2 tygodni temu
rodzic
commit
19c157d8a8

+ 1 - 1
odbctest/mql/basic/univdemo_peron_to_org/30select.mql

@@ -30,7 +30,7 @@ group by aaa.org_id having count(distinct aaa.person_id)>0
 /**
 output()
 count(1)
-match(org_id,"univ_demo_org:1",count,"1")
+match("aaa.org_id","univ_demo_org:1",count,1)
 **/
 ;