I have a group to INSERT a row when a line changes product, a group to INSERT a row when the shifts change and a group to UPDATE the last row on an interval (all the same table). This is how I want the t_stamp to behave - when I INSERT a row, the column ‘start_time’ should be set equal to t_stamp and when I UPDATE the last row I want to set the column ‘t_stamp’ to the t_stamp value. I tried changing the column mappings but it appears that the mappings cross the group, they are specific to the table not the group.
Any suggestions?
tia
travis