Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
sql_to_date_4.q
blob: f23612b0e39364109d9972f3c211f1741f721745 [
file
] [
log
] [
blame
]
select
sql_to_date
(
'1999-291'
,
'YYYY-DDD'
),
sql_to_date
(
'99-291'
,
'yy-ddd'
)
from
(
values
(
1
));