0
我正在嘗試在SQL查詢,SQL Server精簡版3.5上的ADO.NET中使用collate。SQL Server Compact Edition 3.5'COLLATE'運算符後缺少操作數
這裏是我試過,但我總是得到這樣的錯誤:
System.Data.SyntaxErrorException: Syntax error: Missing operand after 'COLLATE' operator.
這裏是我的查詢:
select n.Translation
from Nouns as n
where n.Translation like '%something%' COLLATE Arabic_CI_AS