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
Another term often more commonly used for an inline view is 'Embedded Select Statement'
So a select inside a select.