Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
date_yrtomon_add.q
blob: 972e829b1ecf75df67839645cd7157403a1bc64d [
file
] [
log
] [
blame
]
select
date_add
(
to_date
(
'05 Dec 2013'
,
'dd MMM YYYY'
),
interval
'1-2'
year to month
)
from
voter
where
voter_id
=
10
;