Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 SQL Server 中创建一个返回不同数据类型的函数(取决于您获得的变量)?
我搜索了 web 和 msdn,但没有发现任何有用的东西。
您可以使用 SQL_VARIANT。
http://msdn.microsoft.com/en-us/library/ms173829(v=sql.90).aspx
我包含了 SQL 2005 的链接,但对于更高版本也应该是相同的。