首页 相关文章 SQL中自己创建函数,分割字符串

SQL中自己创建函数,分割字符串

  if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[getEPnum]') and xtype in (N'FN', N'IF', N'TF'))

  drop function [dbo].[getEPnum]

  GO

  if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[getstrcount]') and xtype in (N'FN', N'IF', N'TF'))

  drop function [dbo].[getstrcount]

  GO

  if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[getstrofindex]') and xtype in (N'FN'...[ 查看全文 ]

2016-02-19 标签:

SQL中自己创建函数,分割字符串的相关文章

手机页面
收藏网站 回到头部