Le design des figurines Hummel vient de Maria Innocentia Hummel, une nonne franciscaine de Basse-Bavière. La fabrique de porcelaine W. Goebel à Rödental en Haute-Franconie dans la région de Coburg et aujourd’hui la manufacture Hummel à Rödental fabriquent cette céramique fine colorée. Des soldats américains apportèrent les premières figurines Hummel comme souvenir d’Allemagne aux USA en 1945. Les figurines intemporelles trouvent jusqu’à aujourd’hui des adorateurs dans le monde entier.
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 = 43 order by Artikel.Sortierung, Artikel.ID