Skip to content

Commit

Permalink
Add blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Feb 18, 2024
1 parent 2c6b1e1 commit 76c3ae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CREATE TABLE 02992_test (a UInt8, b String, c Nullable(Float), date Date) Engine=MergeTree ORDER BY (a,b) PARTITION BY date;
CREATE TEMPORARY TABLE 02992_test2 AS 02992_test;
SHOW CREATE TEMPORARY TABLE 02992_test2;
SHOW CREATE TEMPORARY TABLE 02992_test2;

0 comments on commit 76c3ae1

Please sign in to comment.