Maximum Top Size: Round 36 inches (92cm), Square 24 inches (61cm), or Rectangle 24 inches x 30 inches (61cm x 76cm) .
H
28.5"
72 CM
Diam
17"
43 CM
Weight
33.5 lbs
15.2 kg
Color:
Bronze
SELECT p.ID as post_id, t.slug as product_color
FROM wp_posts p
LEFT JOIN wp_term_relationships tr ON p.ID = tr.object_id
LEFT JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
LEFT JOIN wp_terms t ON t.term_id = tt.term_id
WHERE
tt.taxonomy = 'product_colors'
AND p.post_title = 'JANUSCAFÉ DEMI-SEC DINING TABLE BASE' AND p.post_status = 'publish'