Parts Reference

Duplicate rows

If a result table contains two or more rows with the same contents, then updating or deleting one of the rows will also update or delete the duplicate rows. If changing duplicate rows simultaneously is not what you intend, ensure that your query includes a unique column, so that the result table will not have duplicate rows.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]