Differences

This shows you the differences between two versions of the page.

Link to this comparison view

psqlxlmgm_basicadmin [2019/10/18 20:04] – external edit 127.0.0.1psqlxlmgm_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,’tom’,’1212121′); 
-ERROR:  column "’tom’" does not exist 
-LINE 1: insert into contact values ( 1,’tom’,’1212121′); 
-                                       ^ 
 test=# insert into contact values ( 1,'tom','1212121'); test=# insert into contact values ( 1,'tom','1212121');
 INSERT 0 1 INSERT 0 1
  • psqlxlmgm_basicadmin.1571429096.txt.gz
  • Last modified: 2019/10/18 20:04
  • by 127.0.0.1