select * from persons o where trunc(o.create_date) = to_date('2018-07-30','yyyy-mm-dd')

minus  对比数据完全一样。

select * from  persons o where o.create_date > to_date('2018-07-30','yyyy-mm-dd') and o.create_date < to_date('2018-07-30','yyyy-mm-dd')+1

minus  对比数据完全一样。

select * from  persons o where to_char(o.create_date,'yyyy-mm-dd')='2018-07-30' ---操作员表

最新文章

  1. SPOJ GSS3 Can you answer these queries III[线段树]
  2. 软件开发学习笔记 &lt;二&gt;软件开发模型、Up、Rup、敏捷Up
  3. linux awk的使用
  4. django的前后的结合,search搜索功能案例
  5. Spring小练习之宝宝淘项目
  6. (转)C# 解析 json
  7. CF Gym100548 K Last Defence 解题报告
  8. Jsp连接Mysql数据库取数方法
  9. Freemaker Replace函数的正则表达式运用
  10. mybatis中传入String类型参数的问题
  11. 【mysql】编码问题
  12. 蓝图Tips
  13. NLP常用术语解析
  14. topcoder srm 465 div1
  15. Service里边启动Activity注意事项
  16. Linux操作系统的安装
  17. 渗透msf工具中andorid被控端的实现
  18. python使用smtplib发送邮件
  19. 科学计算三维可视化---Traits属性的监听
  20. 判别式模型 vs. 生成式模型

热门文章

  1. ubuntu遇到了 dpkg was interrupted, you must manually run &#39;dpkg..的问题
  2. 每隔5s执行一次动作
  3. linux shell基础编程2
  4. document.write()重写问题
  5. 科学计算基础包——Numpy
  6. 从零开始的全栈工程师——underscore
  7. SQL注入和XSS攻击的原理
  8. 小米3 无法显示日志 Logcat
  9. k-近邻算法(kNN)
  10. 【网络编程】Socket套接字网络编程模型