判断字符串中是否包含中文

 

select case when 'y我' like '%[啊-座]%' then '包含中文 ' else '不包含中文 ' end

 

 

相关文章:

  • 2021-07-12
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-01-07
猜你喜欢
  • 2021-08-31
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案