1064 -

select c.free_shipping c1_free_shipping, c2.free_shipping c2_free_shipping, c3.free_shipping c3_free_shipping, c4.free_shipping c4_free_shipping, c5.free_shipping c5_free_shipping from categories c left join categories c2 on c2.categories_id = c.parent_id left join categories c3 on c3.categories_id = c2.parent_id left join categories c4 on c4.categories_id = c3.parent_id left join categories c5 on c5.categories_id = c4.parent_id where c.categories_id =

[TEP STOP]