To fetch records on hourly basis
743195Jan 1 2010 — edited Jan 1 2010The requiremnt is:
Table A has field LastUpdatedate.
I need to determine the records processed in each hour starting from Min(Lastupdatedate) till Max(LastUpdateDate)
Is there a way to find out the above in a single query?
Only count in result set will do.