We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758d580 commit 43be518Copy full SHA for 43be518
1 file changed
tests/slt/copy.slt
@@ -5,7 +5,7 @@ create table test_copy (a int primary key, b float, c varchar(10))
5
query I
6
COPY test_copy FROM 'tests/data/copy.tbl' ( DELIMITER '|' );
7
----
8
-import 2 rows
+2
9
10
11
SELECT * FROM test_copy
0 commit comments