-- HINT: Perhaps you need a different "datestyle" setting. -- Check the Data in Your CSV File: Ensure date column values are formatted correctly and are in a valid format that PostgreSQL can recognize ...
INSERT INTO Referenten (id, name, email, organisation) VALUES (1, 'Dima', 'test@gmail.com', 'SZF'); INSERT INTO Referenten (id, name, email, organisation) VALUES (2 ...