例如要查询信息:中国[2019]签字001号     

sql server模糊查询中括号“[]”

 

 

--通过escape关键字转义
select * from tb_descript where B like '%/[%'  escape '/'

 

相关文章:

  • 2021-08-14
  • 2021-12-14
  • 2021-10-16
  • 2021-10-31
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-10-02
  • 2021-08-18
  • 2021-08-06
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案