hello people,
I need to create new row in the database based on other rows.
If the value of column Y in the row is differente from the value in the same column of the next row, I need to create a new row with specific values.
Hey @renantex,
welcome to the community!
Could you give us a toy example of what your input and expected output would look like (no real data required )?
Maybe one of these posts is a good starting point?
1 Like
Thanks @Mark_Ortmann,
I need the following:
if the value of column “out” is different from the “in” column of the next line, insert a new row with the values I need.
see if the pictures help
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.