
How to select Data Between Two dates in Java, MySQL? Thanks in advance.

hi friend, you may use the following sql query
select * from person where dateofbirth > '2000-02-19' and dateofbirth < '2000-05-19'
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
