Hi
I am using the following sql script to delete data from a table if settle date is earlier than valuation date.
delete from [dbo].[BNYUKLPPIExchangeTable] where [Settle Date] < [Valuation Date].
it keeps deleting 1 row that should be deleted. any reason why this would happen. I ahve attached a pic of the dates. The dates are inmm/dd/yyyy format.