avatar
postgre update record in table PostgreSQL
UPDATE <table name> SET personid = 'XXXXX', email = '[email protected]', createdate = '2022-01-18T00:00:00.000Z'
24
PostgreSQL list all tables postgreSQL query table
You need to login to do this manipulation!