Bench Swings, Park Bench Seats in Motion - AAA Park It Outdoors
Webcoat VIP
Steel bench swings come in
unique contours including
Modern, Classic, and Wire. The
Ultra Steel Bench swing is
offered in 5 finishes. A swing
frame, hangers, and chain is
included to create a swinging
bench. Perfect for any outdoor
area at parks, campgrounds,
and schools, these benches
offer versatility from
standard sitting benches. The
bench swings can match your
existing park equipment.
select c.categories_id, cd.categories_name, c.categories_image, c.parent_id, MIN(pd.products_price) AS `price` from products pd
inner join products_to_categories pc on pd.products_id=pc.products_id
inner join categories_description cd on cd.categories_id=c.categories_id
inner join categories c on c.categories_id=pc.categories_id
where c.parent_id=8
and cd.language_id=1
group by pc.categories_id
order by c.sort_order, cd.categories_nameUnknown column 'c.categories_id' in 'on clause'