本文介绍了sp sql server中的split功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 如何在SP中使用split函数.Bowow是我的sp我需要拆分肤色值的值,其中肤色值是(2,5,)在我的表中我需要分别分为2和5。 ..找到任何soln set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER proc [C244570_marriage]。[sp_fillexpectation] @ CustomerId nvarchar (max) as 开始 - select * from customerExpectation,其中CustomerId ='d14a96ac-0527 -41c6-9ecb- eaeb7545561e' 选择 * 来自 customerexpectation ce left 外部 join familystatus fs on ce.familystatus1 = fs.id left outer join 肤色cp ce.complexion1 = cp.id 左 外 加入 familytype ft on ce.familytype1 = ft.id left 外部 join foodhabit fh ce.foodhabits = fh.id left 外部 join education e on ce.qualification = e.id 其中 ce.CustomerId =@CustomerId end 解决方案 这篇关于sp sql server中的split功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-20 03:39