Inserting more row into PostgreSQL database table results in all values in one row
Noob question. Despite following the official PostgreSQL syntax I cannot insert multiple rows into a table. It always ends up adding all values to the first row. I first created a table like this: create table "DBSTest".Test (column1 varchar, column2…