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.
実際の月名の文字列表現を含む「月」という列がある場合、次の月からレコードを選択するにはどうすればよいですか?
SELECT * FROM minutes WHERE year = YEAR(CURDATE()) AND month =
わかりました。気にしないでください:
SELECT * FROM minutes WHERE year = YEAR(CURDATE()) AND month = MONTHNAME(now() + INTERVAL 1 MONTH)