SQL SELECT (NoKey) *
FROM $(vSourceTable) // This is your source, here in a variable
where $(vIncField) I EQ '$(vIncValue)' // In this one $(vIncField) is the timestamp and $(vIncValue) is the date.
;
Best thing is to create a floored date in your SQL, like 43797, because this makes comparing easier.