I have two two strings that I have built into the dd/mm/yyyy hh:mm:ss format from Form input. I am trying to run an SQL query like this:
SELECT * FROM Table WHERE LastModifiedDate BETWEEN string1 AND string2;
I get syntax error when I run this. Any suggestions on how to do it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.