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.
n 個のレコードを持つテーブルがあり、各レコードには 2 つのフィールドがstartDateありday、 startDate に日を追加すると結果が >= DateTime.Now になるレコードを選択したい
startDate
day
クエリでできますか?
SELECT * FROM my_table WHERE startdate + INTERVAL day DAY >= NOW();
juergen d のフィドルを参照してください: sqlfiddle.com/#!2/eeb77/1