N
naniboujou
I have a single table with records that contain a date field and a
separate key field. Following an update that appends similar records, I
want to then eliminate all those older records that match the key field
and also have an earlier value in the date field. I do want to keep the
latest however. In other words, here comes a new, dated record on this
topic, so dump any and all older ones that match the key field.
This has to be a commonly used process, but I am new enough at this I
assume I am missing the obvious.
separate key field. Following an update that appends similar records, I
want to then eliminate all those older records that match the key field
and also have an earlier value in the date field. I do want to keep the
latest however. In other words, here comes a new, dated record on this
topic, so dump any and all older ones that match the key field.
This has to be a commonly used process, but I am new enough at this I
assume I am missing the obvious.