Question
Way to query on iteration changes but not move changes
Hi All,
I have an SQL query that brings back any Part that has been iterated and is in a Released state on the current date.
"and TO_CHAR(h.updatestampa2, 'DD-MON-YY')= TO_CHAR(sysdate - 1, 'DD-MON-YY')"
I'm using updatestampa2 column but this also displays parts that have been moved to another location that day and not actually iterated. Does the database seperate in a way that allows us to only query on iteration changes and not move changes?
Thank you!

