參考資料:Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_L及由于排序規則不同導致查詢結果為空的問題
SELECT * FROM dbo.ESysUser eu WHERE et.TypeCode LIKE '%'+ eu.UserType +'%' COLLATE database_default
注意:COLLATE database_default
如果不加這個,就會報錯
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/234144.html
標籤:其他
上一篇:SQL手工注入方法
下一篇:Redis學習四(運維指南).
