Skip to content

Commit

Permalink
Update 02_0012_function_datetimes.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 authored Oct 1, 2021
1 parent bce6db1 commit 7d707d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/0_stateless/02_0012_function_datetimes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ select toMonth(toDateTime(1633081817));
select toMonth(toDate(18901));
select toMonth(toDateTime(1633081817)) = 10;
select toMonth(toDate(18901)) = 10;
select '===toMonth===';
select '===toMonth===';

0 comments on commit 7d707d7

Please sign in to comment.