Can anyone give me a solution how can i make an sql request to compare date in my database
SELECT * FROM my table WHERE date between YY.MM.DD HH.MM.SS AND YY.MM.DD HH.MM.SS
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You didn’t state your DBMS so this is the ANSI version:
or