![]() |
|
![]() |
|||
![]() |
SELECT `part_number`, `description`, `color`, `material`, `sideport`,
IF(`sideport` = 'Yes', 'with Sideport', '') AS `with_sideport`,
`type`, `thumbnail_outlines`,
CONCAT(`thru_hole`, `diameter_unit`) AS `thru_hole`
FROM `product`
WHERE `type` = 'TBA Body'
AND `part_number` NOT LIKE 'fake%'
ORDER BY `thumbnail_outlines`, `thru_hole`
|
|
|||