I have the following table in the Postgres database:
CREATE TABLE customer
(
userid character varying(30) NOT NULL,
firstname character varying(30) NOT NULL,
lastname character varying(30) NOT NULL,
balance double precision NOT NULL,...
asked by
21.09.2015 / 20:56