会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
东半球的王小白
博客园
首页
新随笔
联系
管理
订阅
2019年5月28日
mysql查询包含特定符号的数据,并拆分为多行显示
摘要: 需求描述:字段中包含有逗号隔开的多个id数据组合,需要将每个数据id拆分单独作为一条记录插入至另一个表中,如下: sql语句,如下: select substring_index(substring_index(a.access_code,',',b.help_topic_id+1),',',-1)
阅读全文
posted @ 2019-05-28 15:16 东半球的王小白
阅读(1030)
评论(0)
推荐(0)
2019年1月9日
C#中$的用法
摘要: C#中$的用法是c#6.0后新增的特性,用于代替string.Format(""),例如: string strWhere=""; strWhere += string.Format(" and w.Id={0}", searchKeys["Id"].ToString());strWhere +=
阅读全文
posted @ 2019-01-09 15:32 东半球的王小白
阅读(1589)
评论(0)
推荐(0)
C#中$的用法
摘要: C#中$的用法是c#6.0后新增的特性,用于代替string.Format(""),例如: string strWhere=""; strWhere += string.Format(" and w.Id={0}", searchKeys["Id"].ToString());strWhere +=
阅读全文
posted @ 2019-01-09 15:29 东半球的王小白
阅读(1324)
评论(0)
推荐(0)
公告