create table Produkte (productid text, bezeichnung text, beschreibung text, preis number, bild text, produktgruppe text)\n insert into Produkte (productid, bezeichnung, beschreibung, preis, bild, produktgruppe) values ('{produktid}','{bezeichnung}','{beschreibung:nohtml}',{preis:num},' http://{wbc.url}{bild} ',' {bezeichnung} ' ) \n