Message in Chinese (Traditional) (中文(繁體))
無法在檢視 "%2" 上建立 %1,因為檢視中包含 DISTINCT 關鍵字。建議您從檢視中移除 DISTINCT 或不要索引該檢視。此外,也可以考慮使用 GROUP BY 或 COUNT_BIG(*) 取代 DISTINCT 以在群組資料行上模擬 DISTINCT。
Unlocalized message
Cannot create %1 on view "%2" because it contains the DISTINCT keyword. Consider removing DISTINCT from the view or not indexing the view. Alternatively, consider replacing DISTINCT with GROUP BY or COUNT_BIG(*) to simulate DISTINCT on grouping columns.
Search by Google