La Hofbräuhaus à Munich, a été fondée en 1589 par le duc Guillaume V et elle fournissait la bière à la maison royale bavaroise. La brasserie a été reconstruite en 1897 par le prince régent Luitpold et elle est toujours une destination populaire pour de nombreux touristes du monde entier. Nos chopes originales Hofbräuhaus HB sont extrêmement populaires et ramènent un morceau de Bavière à la maison.
sql: select Artikel.ID as ID, Produktgruppe.ID as GID, Artikel.Artikelnr as Artikelnr, Artikel.Name_f as Name, Artikel.Preis as Preis, Artikel.Beschreibung_kurz_f as Beschreibung_kurz, Artikel.Bildpfadgr as Bildpfadgr, Produktgruppe.Produktgruppe_f as Produktgruppe, Produktgruppe.Beschreibung_f as Produktgruppe_Beschreibung, Bestand, Beschaffungszeit_f, UVP, Artikel.Video as Video, Lieferzeit from Artikel INNER JOIN Produktgruppe ON Artikel.Produktgruppe = Produktgruppe.ID INNER JOIN Produktgruppe ProduktgruppeShop on Produktgruppe.id = ProduktgruppeShop.Sortierung_Startseite left outer join Produktgruppe Produktgruppe2Shop on Artikel.Produktgruppe2 = Produktgruppe2Shop.Sortierung_Startseite where ProduktgruppeShop.Aktiv=1 and Artikel.Aktiv=1 and Artikel.SID=10 and Produktgruppeshop.Aktiv = 1 and Produktgruppeshop.SID = 26 and Hersteller = 44 order by Artikel.Sortierung, Artikel.ID