私はこれを介してSQLクエリを持っています私は05:00:00 PM
前後
のレコードを計算したいです。ここで私は私の05:00:00 PM
クエリですが、これを通して私は間違った結果を得ていますこれに論理エラーがある場合は誰かがこれをチェックしてください
Select trunc(gross_weight_date) date1,
count(*) before5
from wbg.WBG_01_01
where to_char(gross_weight_date,'HH:MI:SS PM')>'05:00:00 PM'
and item_cod = 16
and trunc(gross_weight_date)='05-JAN-2012'
group by trunc(gross_weight_date)
order by date1
どんな助けでも感謝するかもしれません