WordPress database error: [Unknown column 'lang' in 'where clause']
select t1.ID, t1.post_title, t1.post_content from wp_vitra_products vp
left join wp_posts t1 on t1.ID = vp.collectionID
where lang = ' en' and vp.collectionID is not null and ( vp.Texture like 'Wood Texture%' )
GROUP by seriesName order by post_title asc