This is my try to get records below the date:
SELECT Title, XXXX from scope() where “scope” =’XYZScope’ AND XYZDate < 1/1/2007 12:00:00 AM
It says “Exception from HRESULT: 0x80040E07”
Please help.
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.
Your dates need to be in a different format: ISO 8601
Example:
I was never able to get the ESSQL to work with dates that had their time component still on but I have something working using the days.
Your query should be something like: