![]() |
#16 |
Участник
|
Идея непонятна
Цитата:
QueryRun qr = SYS_ExpressionQueryBuilder::addDataSource(tableNum(CustTable))
.count(fieldNum(CustTable, recID)) .exists(tableNum(CustTrans)) .matches(fieldNum(CustTrans, AmountCur), '>100') .run();} если поставить .count(fieldNum(CustTable, AccountNum)) возвращает 0. |
|