Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
date_notequal.q
blob: 26ba8157560dd33b8eee4b747f3a57bc342ad887 [
file
] [
log
] [
blame
]
select
count
(*)
from
student
where
create_time
<>
'2015-02-12 06:44:50'
;