Recycled Plastic Picnic Tables - Park Benches | AAA Park It Outdoors
Making a
picnic table from recycled
plastic is surely environment
friendly. Recycled plastic
tables come with bench seats
for comfortable seating. The
table tops feature commercial
strength recycled plastics in
a variety of colors.
Accentuate the natural
surroundings with tables that
fit the environment. Unlike
painted products, recycled
plastic tables consist of a
solid color all the way
through. UV protectants ensure
the color and composition of
the recycled plastic tables
will remain constant even
after long use. Contact a
sales associate for custom
engraving and special
requests.
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=42
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'