Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
hi,
I'm not sure the specifics of querying SQL, but I can tell you that the Gathering Part attribute is on the Part Master, so you'll need to use that as a criteria in the query you build.
SELECT hidePartInStructure, WTPartNumber, name FROM WTPartMaster ;
