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.
私はchar形式の時間を持っています。値は次のとおりです。
そして、ある範囲ですべての訪問を取得する必要があります。8時50分から9時20分くらい。
それを行う最良の方法は何ですか?値には 24 の形式があります。
文字列の比較は、日の境界を超えるまで正常に機能するはずです。
特定の間隔に入るには、その間隔の終了前に訪問を開始し、開始後に終了する必要があります。
where from_time < '0920' and to_time > '0850'