Picnic Tables and Benches - Metal Table | Commercial Steel Furniture
Choose from
steel picnic tables, each with
a metal frame built to
commercial standards. Our
assortment of the metal picnic
tables come with coated metal
for lasting color and finish.
VIP modern steel picnic tables
feature construction that will
last in any outdoor
environment. A picnic table
often assists in supervising
play on playgrounds and
overall enjoyment of the
outdoors. Commercial equipment
is built for park and school
use and features tough
coatings to resist vandalism
and heavy use.
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=43
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'