I am trying to write a select statement that includes a where clause that will only return records from the selected date. My table utilizes the Javascript object version of dates. I've tried things like this without success:
select * from my mydb.events where date = some-date-object;
Any help would be appreciated.