引數資料型別 sql_variant 對於 like 函式的引數 1 無效。

suyu_yuan發表於2016-10-19

轉自:http://blog.csdn.net/yangbindxj/article/details/13146047

select * from KKKK

where cast(Value as varchar(40))  like '%紅豆%'

where cast(Value as varchar)  like '%紅豆%'


兩種方式都可以。

注意:cast為關鍵字,Value為需要查詢的列。




相關文章