English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

집합 연산자가 있는 뷰, 인라인 함수, 파생된 테이블 및 하위 쿼리에서는 FOR XML 절을 사용할 수 없습니다. 이 문제를 해결하려면 파생된 테이블 구문을 사용하여 집합 연산자가 포함된 SELECT를 래핑하고 그 위에 FOR XML을 적용합니다.

Click to search this error in Google

English version

The FOR XML clause is invalid in views, inline functions, derived tables, and subqueries when they contain a set operator. To work around, wrap the SELECT containing a set operator using derived table syntax and apply FOR XML on top of it.

Click to search this error in Google



Localized version
 Korean

Error category
 SQL Server

Other localized versions
11 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions