I have one table , it has 4 fields called : Code, CostCenter, Enum, Modifieddatetime
Data is : Code CostCenter Enum Modifieddatetime
ABC 123 0 Jan
ABC 123 2 Feb
Here enum : 0 is available, 2 is restricted, First I want to apply the range for modifieddatetime latest record, then I want to apply range for enum 2, If it is enum 2 , I should not bring that record. In this case I should not bring both records. Because the first record modified date time lessthan 2nd record. The same rule apply for Enum : 1 and 2 also. Please give any suggestions on this. Thanks in advane
*This post is locked for comments
I have the same question (0)