Skip to content

Commit

Permalink
missing drop for chr
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Apr 29, 2024
1 parent 094afc1 commit 3fb6598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/type_support.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CREATE TABLE timestamp_tbl(a TIMESTAMP);
INSERT INTO timestamp_tbl SELECT CAST(a AS TIMESTAMP) FROM (VALUES ('2022-04-29 10:15:30'::TIMESTAMP), (NULL), ('2023-05-15 12:30:45'::TIMESTAMP)) t(a);
SELECT * FROM timestamp_tbl;

DROP TABLE chr;
DROP TABLE small;
DROP TABLE intgr;
DROP TABLE big;
Expand Down

0 comments on commit 3fb6598

Please sign in to comment.