Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp7.q
blob: 8c04d26e22a155f49c252b830e1d7b487d0a28f9 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'29/6/2013'
,
'dd/MM/YYYY'
)
from
voter
where
voter_id
=
10
;