Ich habe einen Tisch: CREATE TABLE tblproducts ( productid integer, product character varying(20) ) Mit den Zeilen: INSERT INTO tblproducts(productid, product) VALUES (1, 'CANDID POWDER 50 GM'); INSERT INTO tblproducts(productid, product) VALUES (2, 'SINAREST P SYP 100 ML'); INSERT INTO...