T-SQL - What is an inline-view?

后端 未结 7 1758
春和景丽
春和景丽 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:33

    An inline view is a virtual table created in the from statement during the execution of the code/program

提交回复
热议问题