![]() |
#3 |
Участник
|
А так не валится:
X++: select RecId from taxOnItem where taxOnItem.TaxItemGroup == 'НДС18' // Есть такой join RecId from taxGroupData where taxGroupData.TaxCode == taxOnItem.TaxCode && taxGroupData.TaxGroup == 'Нет Такого' join RecId from taxTable where taxTable.TaxCode == taxGroupData.TaxCode; |
|