Understanding “like” vs equal in T-SQL to rewrite where condition

后端 未结 0 1941
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-07 03:48

My original statement is

where charindex(\';\' + tableA.Col1 + \';\' , \';\' + Table.col2 + \';\') > 0

I want to rewrite this. First I use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题