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.
選択した日付の各月のテーブルから結果セットを取得するにはどうすればよいですか?例:テーブルから1つの結果セットを取得して、特定の日付の各月(各月の10日を想定)にイベントがいつ発生したかを知りたい。
DAY()関数を使用する
SELECT * FROM your_table WHERE DAY(your_field) = 10