The information in this article applies to:
BUG #: 56375 (SQLBUG_70) SYMPTOMSWhen you perform an UPDATE on a table and the FROM clause contains an inner join of that table and a SELECT DISTINCT from the same table, SQL Server returns the following error message:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONThe following transact-SQL (T-SQL) code demonstrates this problem. The UPDATE does not really update the table, it merely updates a variable, and this is a stripped down version of a customer's reproduction scenario.
Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |