针对在行

This commit is contained in:
zhangzhijingMY
2020-08-27 08:47:12 +08:00
parent dc967cf640
commit 008af05cc6
2 changed files with 6 additions and 6 deletions

View File

@ -65,8 +65,8 @@ copy xccopydef (id1, id2) from stdin (delimiter '|');
\.
copy xccopydef (id1, id2) from stdin (format 'csv');
3 , \\\\x135
, abcd
4 , \\\\x135
5 , abcd
\.

View File

@ -56,10 +56,10 @@ select * from xccopydef order by idseq, id1, id2;
idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7
-------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+--------
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
| 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
| 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
(6 rows)
@ -70,10 +70,10 @@ select * from xccopydef order by idseq, id1, id2;
idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7
-------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+--------
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
| 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
| 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
(6 rows)