原文:SqlServer判断表中某列是否包含中文,英文,纯数字 版权声明:本文为博主原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn.net/weixin_33277597/article/details/89082284 背景:需要在数据库中批量更新一批数据,条件是某列包含中文字符. sql语句:select * from table1 where 列名 like '%[吖-座]%' 拓展: 1.字段包含英文字符 s
窗体设计: 代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsAppl