Differences
This shows you the differences between two versions of the page.
psqlxlmgm_basicadmin [2019/10/18 20:04] – external edit 127.0.0.1 | psqlxlmgm_basicadmin [2021/05/30 08:53] (current) – andonovj | ||
---|---|---|---|
Line 30: | Line 30: | ||
test=# create table contact( id int, name text, phone varchar(30)) DISTRIBUTE BY REPLICATION; | test=# create table contact( id int, name text, phone varchar(30)) DISTRIBUTE BY REPLICATION; | ||
CREATE TABLE | CREATE TABLE | ||
- | test=# insert into contact values ( 1, | ||
- | ERROR: | ||
- | LINE 1: insert into contact values ( 1, | ||
- | ^ | ||
test=# insert into contact values ( 1,' | test=# insert into contact values ( 1,' | ||
INSERT 0 1 | INSERT 0 1 |