Skip to main content

Posts

Showing posts from July, 2015

Query to find the Supplier and Supplier Site Information

SELECT   * FROM     ( SELECT   PoVendors . vendor_id                 AS                        SUPPLIER_ID ,                 PoVendorSitesAll . vendor_site_id                 AS                        SUPPLIER_SITE_ID ,                 PoVendorContacts . vendor_contact_id                 AS              ...