T-SQL - What is an inline-view?

后端 未结 7 1743
春和景丽
春和景丽 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-06 11:29

    Another term often more commonly used for an inline view is 'Embedded Select Statement'

    So a select inside a select.

提交回复
热议问题