Relative Content

Tag Archive for postgresqlinsert

Simple Postgres Table Insert Think I’m Using An Array

Oracle veteran here, new to postgres. As an example, I have a table defined as (col1 varchar(10),col2 inteter,col3 varchar(20). I issue this statement from the Query Tool in pgadmin:
insert into tablename values(‘First Name’,23,’Last Name’);