sql里where and 后面还能接between and吗 我接上了查出来的结果直接不对...
发布网友
发布时间:2024-10-19 08:12
我来回答
共1个回答
热心网友
时间:2024-10-24 05:15
你这样写好累啊
select count(id) from OA_clocking
where creat_time_am is null and User_id='0'
and to_char(creat_date,'yyyy-mm-dd hh24:mi:ss') between to_char(sysdate,'yyyy-mm-dd')||' 00:00:00' and to_char(sysdate,'yyyy-mm-dd')||' 09:00:00'
这样呢,再不行,你就检查creat_time_am is null and User_id='0' 这两个条件是不是和后边的条件有问题
热心网友
时间:2024-10-24 05:21
你这样写好累啊
select count(id) from OA_clocking
where creat_time_am is null and User_id='0'
and to_char(creat_date,'yyyy-mm-dd hh24:mi:ss') between to_char(sysdate,'yyyy-mm-dd')||' 00:00:00' and to_char(sysdate,'yyyy-mm-dd')||' 09:00:00'
这样呢,再不行,你就检查creat_time_am is null and User_id='0' 这两个条件是不是和后边的条件有问题