select * from Tovar where N_Firm =(select RN_Firm from Contragent where Firma=''ООО Балтрыба'')
select * from Tovar where RN_Firm=(select * from Contragent where Firma=''ООО Балтрыба'')
select * from Tovar where RN_Firm=(select N_Firm from Contragent where Firma=''ООО Балтрыба'')
select * from tovar where rn_Proiz=select N_Firm from Contragent where Firma=''ООО Балтрыба''