I have a field called HistoryTimestamp that is a date column and has dates written like "7/20/2011 7:00:00 AM" (2 spaces)
I tried
But that returns ALL records. any suggestions?
I tried
Code:
Select * from HistoryTable
WHERE HistoryTimestamp > 7/20/2011
But that returns ALL records. any suggestions?