摘要: SQL Server中判断字符串出现的位置及字符串截取 首先建一张测试表: create table teststring(name nvarchar(100));insert into teststringvalues('张三,李四,王五,马六,萧十一,皇宫'); 1.判断字符串中某字符(字符串) 阅读全文
posted @ 2021-02-19 11:59 厦门哈韩 阅读(714) 评论(0) 推荐(0)