aboutsummaryrefslogblamecommitdiff
path: root/sql/core/src/test/resources/sql-tests/results/datetime.sql.out
blob: 032e4258500fb3d50f7d0c647322a82c0b596533 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               








                                                                                                     
-- Automatically generated by SQLQueryTestSuite
-- Number of queries: 1


-- !query 0
select current_date = current_date(), current_timestamp = current_timestamp()
-- !query 0 schema
struct<(current_date() = current_date()):boolean,(current_timestamp() = current_timestamp()):boolean>
-- !query 0 output
true	true