SELECT * FROM warning_form wfwhere wf.start_time between trunc(sysdate,'mm') and sysdate;
start_time 为oracle的date类型;oracle系统时间sysdate也为date类型;
此处查询start_time 介于当月初至当前时间之间的数据;