供应商类型为“员工”,计税这个地方为“否”的清单
程序员文章站
2022-06-23 14:56:02
select hou.name, vendor_name from po_vendor_sites_all pvs, ap_suppliers ass, hr_operating_units hou where pvs.auto_tax_calc_flag = 'N' and pvs.vendor_ ......
select hou.name, vendor_name
from po_vendor_sites_all pvs, ap_suppliers ass, hr_operating_units hou
where pvs.auto_tax_calc_flag = 'n'
and pvs.vendor_id = ass.vendor_id
and ass.vendor_type_lookup_code = 'meg_employee'
and pvs.org_id = hou.organization_id;
上一篇: 分享一下达梦DCA自己的一些总结
下一篇: MyCat介绍和使用