T-SQL - What is an inline-view?

后端 未结 7 1693
春和景丽
春和景丽 2021-01-06 10:39

I recently answered this question how-to-call-user-defined-function-in-order-to-use-with-select-group-by-order-by

My answer was to use an inline view to perform the

7条回答
  •  再見小時候
    2021-01-06 11:14

    I think another term (possibly a SQL Server term) is 'derived table'

    For instance, this article:

    http://www.mssqltips.com/tip.asp?tip=1042

    or

    http://www.sqlteam.com/article/using-derived-tables-to-calculate-aggregate-values

提交回复
热议问题