Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
date_greater_equal.q
blob: 5a2d62830accd4c455a9d72d8d3b0c20b1f5e1e3 [
file
] [
log
] [
blame
]
select
voter_id
,
create_date
,
registration
from
voter_parquet
where
create_date
>=
'2017-01-15'
order
by
create_date
;