- 日期字段 (this_is_date) 的 日/月/年
- where extract(day from this_is_date) =1
- where extract(month from this_is_date) =1
- where extract(yearfrom this_is_date) =2019
2.日期限定
- where this_is_date >= to_date('2019-01-01','yyyy-mm-dd')
3.等同SQL Server top 和 MySQL limit
- where rownum<10
... o_O 遇到了再加..