网站首页 站内搜索

搜索结果

查询Tags标签: yxdm,共有 2条记录
  • sqlServer——CONCAT()字符串拼接函数使用

    需求: 将下表中的yxdm字段里非空的数据前加上90 具体sqlserver语句写法 update tableNameset yxdm = CONCAT(90,yxdm) where yxdm is not nullCONCAT() CONCAT()函数用于将两个字符串拼接起来 参考:https://blog.csdn.net/qq_23126581/article/details/81134491

    2021/10/13 19:14:38 人评论 次浏览
  • sqlServer——CONCAT()字符串拼接函数使用

    需求: 将下表中的yxdm字段里非空的数据前加上90 具体sqlserver语句写法 update tableNameset yxdm = CONCAT(90,yxdm) where yxdm is not nullCONCAT() CONCAT()函数用于将两个字符串拼接起来 参考:https://blog.csdn.net/qq_23126581/article/details/81134491

    2021/10/13 19:14:38 人评论 次浏览
扫一扫关注最新编程教程