كيف يمكن حصر الذمم المحذوفة و التي عليها قيود في الحسابات؟
كيف يمكن حصر الذمم المحذوفة و التي عليها قيود في الحسابات
كيف يمكن حصر الذمم المحذوفة و التي عليها قيود في الحسابات
Use the following query
select l.originCode,l.originType,l.lineNumber+1,l.subsidiaryCode
from LedgerTransLine l left join EntitySystemEntry e on e.targetId = l.subsidiaryId where e.id is null and l.subsidiaryId is not null
To enter a block of code:
Comments