declare @t table([Name] nvarchar(10)) insert @t select '好的啊!' insert @t select '12345好的' insert @t select '123' insert @t select 'sdff' select * from @t where PATINDEX('%[吖-座]%',[name])>0 /* Name        ----------  好的啊! 12345好的  (所影响的行数为 2 行)*/

相关文章:

  • 2022-01-07
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-01-17
  • 1970-01-01
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2021-10-04
  • 2021-06-26
  • 2022-12-23
  • 2021-07-14
  • 2022-03-12
  • 2021-11-02
相关资源
相似解决方案