SQL Server: Return Multiple Values from a Function

SQL Server: Return Multiple Values from a Function

瀏覽:467
日期:2025-10-07
A SQL Server function can return a single value or multiple values. To return multiple values, the return type of the the function should be a table. Let’s see an example where you want to pass a number to a SQL Server function and get consecutive date va...看更多