Il design delle figure Hummel discendono da Maria Innocentia Hummel, una francescana della Baviera Bassa. La fabbrica di porcellana W. Goebel a Rodental vicino a Coburg e la Hummel Manifaktur producono piccole figure colorate di vetro in ceramica. 1945 per la prima volta soldati americani si hanno portati queste figure come souvenir in America. Le figure senza tempo fino ad oggi sono conosciute in tutto il mondo.
sql: select Artikel.ID as ID, Produktgruppe.ID as GID, Artikel.Artikelnr as Artikelnr, Artikel.Name_i as Name, Artikel.Preis as Preis, Artikel.Beschreibung_kurz_i as Beschreibung_kurz, Artikel.Bildpfadgr as Bildpfadgr, Produktgruppe.Produktgruppe_i as Produktgruppe, Produktgruppe.Beschreibung_i as Produktgruppe_Beschreibung, Bestand, Beschaffungszeit_i, 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