Sql Server Function函数 is not a recognized built-in function name

Posted chenghaibing2008

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sql Server Function函数 is not a recognized built-in function name相关的知识,希望对你有一定的参考价值。


select  dbo.GetDate_AfterToday('2013-09-01',5)

09-06

OK!!!

select  GetDate_AfterToday('2013-09-01',5)

'GetDate_AfterToday' is not a recognized built-in function name.


记住dbo.函数名称 否则报错



以上是关于Sql Server Function函数 is not a recognized built-in function name的主要内容,如果未能解决你的问题,请参考以下文章

SQL Server 自定义函数(Function)——参数默认值

IS NULL 时的 SQL Server 案例语句

sql server where 字段 is null 的问题

SQL Server中CLR表值函数(table-valued function)不能使用WITH(NOLOCK)

__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ 18 23 CoreFoundation 崩溃

SQL Server PARTITION FUNCTION(分区)