SQL自定义函数split分隔字符串
摘要:
SQL自定义函数split分隔字符串一、F_Split:分割字符串拆分为数据表Create FUNCTION [dbo].[F_Split] ( @SplitString nvarchar(max), --源字符串 @Separator nvarchar(10)=' ' --分隔... 阅读全文
posted @ 2015-05-28 19:23 chengjunde 阅读(798) 评论(0) 推荐(0)