avatar
insert record postgres PostgreSQL
INSERT INTO pmembers (personid, email, createdate) VALUES ('04205', '[email protected]', '2022-01-18T00:00:00.000Z')
or
INSERT INTO pmembers (personid, email, createdate) VALUES 
('11205', '[email protected]', '2022-01-18T00:00:00.000Z'),
('32305', '[email protected]', '2022-01-18T00:00:00.000Z')
24
PostgreSQL list all tables postgreSQL query table postgre update record in table
You need to login to do this manipulation!