Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
morecrimes という名前の SQL テーブルがあります。日付に関係なく、午後 10 時以降と午前 6 時前に発生したすべてのレコードを選択したいと思います。
私はdatepartを使用する必要があることを知っていますが、それを起動することはできません
日付と呼ばれる列があり、「2013-09-13 16:45:59」のような値があります
以下の SQL は正しい軌道に乗っていますか?
SELECT datepart('hour',date)>22 from morecrimes