I Could remove records from today and yestarday from a table that has a DATE Field using this sentence:
DELETE FROM yourTable WHERE DATEDIFF(day,getdate(),thatColumn) < -1
But now I need to remove some records from a table VFS_INTRESS than doesn´t has a DATE field,
for example this:
I need to left only records from today and yesterday, how can do that?
Thanks...

Suraj KumarPosted Oct 29, 2018, 8:36 AM
Sourav MukherjeePosted Dec 6, 2018, 8:52 PM
Ramon QuintanaPosted Oct 29, 2018, 8:30 AM
Ramon QuintanaPosted Oct 29, 2018, 8:27 AM
Amit GuptaPosted Oct 26, 2018, 1:47 PM
Suraj KumarPosted Oct 26, 2018, 1:05 PM