Creating a SQL constrain on prompt
I am creating a prompt for a dashboard. Now in my prompt I want to restrict values of dropdown to be dates from 2013. As such I created a SQL Results constain as below
SELECT "Service Request"."Opened Date and Time" FROM "Service Request Lists" where "Service Request"."Opened Date and Time" >= '01/01/2013 12:00:00 AM'
but when I preview it I get below error message