Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp8.q
blob: 272b72a241d9998e9435a0d359080ec33335a582 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'201306'
,
'YYYYMM'
)
from
voter
where
voter_id
=
10
;