mysql中find_in_set和SQL Server中charindex的區別


select charindex('test','this Test is Test')

 (select charindex('" + WUser_Id + "',PartId))>0 

 charindex(','+cast(b.JobType_Id as nvarchar(50))+',',','+isnull(a.JobType_Id,'0')+',')>0

 select * from WeChat_Task where charindex(',56,',','+WeChat_Task.PartId+',')>0

 

https://www.cnblogs.com/qianxingdewoniu/p/6858580.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM