Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
sql_to_timestamp_3.q
blob: c6b8851bbe0ae56b3e714dba75a3cd73c320d44f [
file
] [
log
] [
blame
]
select
sql_to_timestamp
(
'16 JUN'
,
'YY MON'
)
from
(
values
(
1
));