Кореллированные подзапросы
Допускает ли Аксапта подзапросы вида
while select count(Recid), (select count(RecId) from _InventTable join _ShopInventItems where _InventTable.ItemId == _ShopInventItems.ItemId &&
_InventTable.BlockedForSales == 0 &&
_ShopInventItems.Category == _ShopKinds.Category)]
from _ShopInventItems
. . .
и т.д. ?
|