Skip to main content
8-Gravel
October 2, 2025
Question

How to get Gathering Part information from DB table with query sql

  • October 2, 2025
  • 2 replies
  • 304 views
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.19

How to get Gathering Part information from DB table with query sql

    2 replies

    joe_morton
    18-Opal
    18-Opal
    October 2, 2025

    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.

    Fadel
    23-Emerald I
    October 2, 2025
    SELECT hidePartInStructure, WTPartNumber, name FROM WTPartMaster ;
    Buiꓘa