Skip to content

Commit 4e1fd4d

Browse files
authored
Create resqued.ddl
1 parent c5c3da6 commit 4e1fd4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

duckdb/resqued.ddl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.timer on
2+
CREATE TABLE resqued AS
3+
SELECT * FROM read_csv(['github-logs/resqued.1.csv', 'github-logs/resqued.csv' ]);
4+
5+
DESCRIBE hookshot;

0 commit comments

Comments
 (0)