SQL 标量函数的同义词

SQL synonym to scalar function

同义词是否可以指向标量函数?

是的,您可以创建引用标量函数的同义词。

MSDN 有这个可以通过同义词引用的对象类型列表:

Assembly (CLR) Stored Procedure
Assembly (CLR) Table-valued Function
Assembly (CLR) Scalar Function
Assembly Aggregate (CLR) Aggregate Functions
Replication-filter-procedure
Extended Stored Procedure
SQL Scalar Function
SQL Table-valued Function
SQL Inline-table-valued Function
SQL Stored Procedure
View
Table1 (User-defined)