淘先锋技术网

首页 1 2 3 4 5 6 7

ORACLE查询时间段?

$sql="select * from tableAA where time in( 04:00:00 , 12:00:00 )"; $sql="select * from tableAA where time>='04:00:00' and time<='12:00:00'"; 这两个都行的