08 2015 档案
Sql Server分割字符串函数
摘要:-- Description: 分割字符串函数-- SELECT * FROM dbo.Split('a,b,c,d,e,f,g',',')-- =============================================CREATE FUNCTION [dbo].[Split] ( ... 阅读全文
posted @ 2015-08-06 00:06 Nichk 阅读(807) 评论(0) 推荐(0)