Duplicate rows
If a result table contains two or more rows with exactly the same contents, then updating or deleting one of the rows will also update or delete all of the duplicate rows.
If this is not what you intend, make sure that your query includes a unique column so that the result table will not have duplicate rows.
Last modified date: 01/29/2015