Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
sql_to_timestamp_12.q
blob: 043daf11f239631db616774416060c1a4b6c0ff3 [
file
] [
log
] [
blame
]
select
sql_to_timestamp
(
'197825July01:12am'
,
'YYYYDDTMMonthHH12:MIam'
)
from
(
values
(
1
));