- select produktkey, p.title, produkt, kurzbeschreibung, ph.verzeichnis, p.description, p.produktverzeichnis, h.pagename AS hersteller, h.url AS hurl, hz.pagename AS zuordnung, hz.url AS zurl from c_produkt p inner join html h on p.herstellerkey = h.herstellerkey inner join c_hersteller ph on p.herstellerkey = ph.herstellerkey inner join html hz on p.zuordnungkey = hz.zuordnungkey where produktverzeichnis like 'BVS138';