aboutsummaryrefslogblamecommitdiff
path: root/sql/core/src/test/resources/sql-tests/inputs/datetime.sql
blob: 3fd1c37e71795673fc3ba2587c3cf92121b81dd0 (plain) (tree)
1
2
3
4



                                                                              
-- date time functions

-- [SPARK-16836] current_date and current_timestamp literals
select current_date = current_date(), current_timestamp = current_timestamp();