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.
テーブル予約をしたレストランでプロジェクトをやっています。2回の期間の計算に問題があります。次のようになります。
テーブルを予約したい人は、日付と2回を入れています。この2つの時間の間に予約があるかどうかを確認する必要があります。この質問でテーブル構造のスクリーンショットを載せました。私を助けてください。
(フルサイズの画像はこちらです。)
select * from booking where (user_from between (booking_time_from AND booking_time_to)) or (user_to between (booking_time_from AND booking_time_to))
ここでuser_from、user_toはユーザー入力時間です
user_from
user_to