Message in Korean (한국어)
뷰 "%2"이(가) DISTINCT 키워드와 함께 집계 "%3"을(를) 사용하므로 이 뷰에 %1을(를) 만들 수 없습니다. 이 뷰를 인덱싱하지 말거나 DISTINCT를 제거하십시오. GROUP BY 또는 COUNT_BIG(*) 뷰를 사용하여 그룹화 열에서 DISTINCT를 시뮬레이션하십시오.
Unlocalized message
Cannot create %1 on view "%2" because it uses aggregate "%3" with the DISTINCT keyword. Consider not indexing this view or eliminating DISTINCT. Consider use of a GROUP BY or COUNT_BIG(*) view to simulate DISTINCT on grouping columns.
Search by Google