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 年未満の場合にのみ使用できます。これは単一のクエリで検索できますか?
select * from your_table where registration_date > curdate() - interval 1 year