Steel Trash Can, Steel Trash Cans, Trashcan Containers - AAA Park It Outdoors
Our line of
steel trash cans include
commercial grade trashcan
containers for outdoor
application. Each steel trash
can is unique to shape, size,
and color. VIP steel trash
cans offer modern designs
built from steel, rolled into
cylinders. Plastic and steel
lid accessories enhance the
look and performance of the
trash receptacle. Keeping
waste contained to trash cans
makes simple maintenance of
parks, playgrounds, schools,
and public areas. The VIP
trash cans are available in 14
colors and often ship within 2
weeks or less.
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=66
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'