Sign in
◑
Theme
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
drill_4970.q
blob: 213e9874eb97a127e9f81d843ae58603e6563ba4 [
file
]
select
count
(*)
as
c
from
(
values
(-
255.0
))
as
t
(
double_id
)
where
(
cast
(
double_id
as
int
)
>=
-
255
and
double_id
<=
-
5
)
or
(
double_id
<=
-
256
);