摘要:
select * from (SELECT '123' dimFilterIds UNION ALL SELECT '1456' dimFilterIds UNION ALL SELECT '2123' dimFilterIds )budg_template_dims where CHARINDEX 阅读全文
摘要:
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO Create FUNCTION [dbo].[F_Split] ( @SplitString nvarchar(max), --源字符串 @Separator nvarchar(10)=' ' --分隔 阅读全文